#3C822D

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

Shades of Bilbao #3C822D

Tints of Bilbao #3C822D

Color information

#3C822D (or 0x3C822D) is unknown color: approx Bilbao. HEX triplet: 3C, 82 and 2D. RGB value is (60,130,45). Sum of RGB (Red+Green+Blue) = 60+130+45=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #3C822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C822D is #C37DD2. Grayscale: #636363. Windows color (decimal): -12811731 or 2982460. OLE color: 2982460.

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

Color convert

RGB6013045-
CMYK0.5400.650.49
HSL109.41º48.57%34.31%-
HSV(B)109.41º65.38%50.98%-
XYZ10.3217.125.24-
YUV99.3897.3199.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=25.53%
G=55.32%
B=19.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60130450.5400.650.49109.4148.5734.31
Hex3C822D36041316d3122
Octal7420255660101611556142
Binary11110010000010101101110110010000011100011101101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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