Html Css Color HEX #3C7620 Bilbao

📋 copy color: '#3C7620'

red 60 ◦ green 118 ◦ blue 32

#3C7620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #3C7620

Tints of Bilbao #3C7620

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

 GREEN value IS 118 (46.48% from 255) = 56.19%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 28.57%
G = 56.19%
B = 15.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#3C7620 (or 0x3C7620) is known color: Bilbao. HEX triplet: 3C, 76 and 20. RGB value is (60,118,32). Sum of RGB (Red+Green+Blue) = 60+118+32=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #3C7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7620 is #C389DF. Grayscale: #5B5B5B. Windows color (decimal): -12814816 or 2127420. OLE color: 2127420.

HSL color Cylindrical-coordinate representation of color #3C7620: hue angle of 100.47º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C7620 is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 118 32 -
CMYK 0.49 0 0.73 0.54
HSL 100.47º 0.57% 0.29% -
HSV(B) 100.47º 0.73% 0.46% -
XYZ 8.6 14.02 3.62 -
YUV 90.85 94.78 105.99 -
System Red Green Blue C M Y K H S L
Decimal 60 118 32 0.49 0 0.73 0.54 100.47 0.57 0.29
Hex 3C 76 20 31 0 49 36 64 39 1D
Octal 74 166 40 61 0 111 66 144 71 35
Binary 111100 1110110 100000 110001 0 1001001 110110 1100100 111001 11101

Color Harmonies of #3C7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7620

Black with #3C7620

Text Example


Text Example

White with #3C7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,118,32); }

 H1.HeaderClassName
 {
   color: #3C7620;
 }
 .AnyTagClassName
 {
   color: #3C7620;
 }
</style>

background-color css

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

 a { background-color: rgb(60,118,32); }

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

border-color css

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

 span { border-color: rgb(60,118,32); }

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