#3C841F

Color #3C841F Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3C841F

Tints of Bilbao #3C841F

Color information

#3C841F (or 0x3C841F) is unknown color: approx Bilbao. HEX triplet: 3C, 84 and 1F. RGB value is (60,132,31). Sum of RGB (Red+Green+Blue) = 60+132+31=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #3C841F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C841F is #C37BE0. Grayscale: #636363. Windows color (decimal): -12811233 or 2065468. OLE color: 2065468.

HSL color Cylindrical-coordinate representation of color #3C841F: hue angle of 102.77º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C841F is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB6013231-
CMYK0.5500.770.48
HSL102.77º61.96%31.96%-
HSV(B)102.77º76.52%51.76%-
XYZ10.3617.564.14-
YUV98.9689.65100.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 132 (51.95% from 255) = 59.19%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=26.91%
G=59.19%
B=13.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60132310.5500.770.48102.7761.9631.96
Hex3C841F3704D30673e20
Octal7420437670115601477640
Binary1111001000010011111110111010011011100001100111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C841F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C841F; }

 p { color: rgb(60,132,31); }

 H1.HeaderClassName
 {
   color: #3C841F;
 }
 .AnyTagClassName
 {
   color: #3C841F;
 }
</style>
background-color css

<style>
 a { background-color: #3C841F; }

 a { background-color: rgb(60,132,31); }

 div.DivClassName
 {
   background-color: #3C841F;
 }
 .BgClassName
 {
   background-color: #3C841F;
 }
</style>
border-color css

<style>
 span { border-color: #3C841F; }

 span { border-color: rgb(60,132,31); }

 td.TdClassName
 {
   border-color: #3C841F;
 }
 .TagClassName
 {
   border-color: #3C841F;
 }
</style>