#3C822F

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

Shades of Bilbao #3C822F

Tints of Bilbao #3C822F

Color information

#3C822F (or 0x3C822F) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 2F. RGB value is (60,130,47). Sum of RGB (Red+Green+Blue) = 60+130+47=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #3C822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C822F is #C37DD0. Grayscale: #636363. Windows color (decimal): -12811729 or 3113532. OLE color: 3113532.

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

Color convert

RGB6013047-
CMYK0.5400.640.49
HSL110.6º46.89%34.71%-
HSV(B)110.6º63.85%50.98%-
XYZ10.3617.135.45-
YUV99.6198.3199.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=25.32%
G=54.85%
B=19.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130470.5400.640.49110.646.8934.71
Hex3C822F36040316f2f23
Octal7420257660100611575743
Binary11110010000010101111110110010000001100011101111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,130,47); }

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

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

 a { background-color: rgb(60,130,47); }

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

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

 span { border-color: rgb(60,130,47); }

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