Html Css Color HEX #3C7020 Bilbao

📋 copy color: '#3C7020'

red 60 ◦ green 112 ◦ blue 32

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

Shades of Bilbao #3C7020

Tints of Bilbao #3C7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.9%

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

R = 29.41%
G = 54.9%
B = 15.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#3C7020 (or 0x3C7020) is known color: Bilbao. HEX triplet: 3C, 70 and 20. RGB value is (60,112,32). Sum of RGB (Red+Green+Blue) = 60+112+32=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7020 is #C38FDF. Grayscale: #575757. Windows color (decimal): -12816352 or 2125884. OLE color: 2125884.

HSL color Cylindrical-coordinate representation of color #3C7020: hue angle of 99º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C7020 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 32 -
CMYK 0.46 0 0.71 0.56
HSL 99º 0.56% 0.28% -
HSV(B) 99º 0.71% 0.44% -
XYZ 7.92 12.65 3.39 -
YUV 87.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 60 112 32 0.46 0 0.71 0.56 99 0.56 0.28
Hex 3C 70 20 2E 0 47 38 63 38 1C
Octal 74 160 40 56 0 107 70 143 70 34
Binary 111100 1110000 100000 101110 0 1000111 111000 1100011 111000 11100

Color Harmonies of #3C7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7020

Black with #3C7020

Text Example


Text Example

White with #3C7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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