#3C831F

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

Shades of Bilbao #3C831F

Tints of Bilbao #3C831F

Color information

#3C831F (or 0x3C831F) is unknown color: approx Bilbao. HEX triplet: 3C, 83 and 1F. RGB value is (60,131,31). Sum of RGB (Red+Green+Blue) = 60+131+31=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #3C831F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C831F is #C37CE0. Grayscale: #626262. Windows color (decimal): -12811489 or 2065212. OLE color: 2065212.

HSL color Cylindrical-coordinate representation of color #3C831F: hue angle of 102.6º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C831F is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB6013131-
CMYK0.5400.760.49
HSL102.6º61.73%31.76%-
HSV(B)102.6º76.34%51.37%-
XYZ10.2317.294.1-
YUV98.3789.98100.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 131 (51.56% from 255) = 59.01%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=27.03%
G=59.01%
B=13.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60131310.5400.760.49102.661.7331.76
Hex3C831F3604C31673e20
Octal7420337660114611477640
Binary1111001000001111111110110010011001100011100111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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