Html Css Color HEX #3C7209 Bilbao

📋 copy color: '#3C7209'

red 60 ◦ green 114 ◦ blue 9

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

Shades of Bilbao #3C7209

Tints of Bilbao #3C7209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 62.3%

 BLUE value IS 9 (3.91% from 255) = 4.92%

R = 32.79%
G = 62.3%
B = 4.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#3C7209 (or 0x3C7209) is known color: Bilbao. HEX triplet: 3C, 72 and 09. RGB value is (60,114,9). Sum of RGB (Red+Green+Blue) = 60+114+9=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7209 is #C38DF6. Grayscale: #565656. Windows color (decimal): -12815863 or 619068. OLE color: 619068.

HSL color Cylindrical-coordinate representation of color #3C7209: hue angle of 90.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C7209 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 9 -
CMYK 0.47 0 0.92 0.55
HSL 90.86º 0.85% 0.24% -
HSV(B) 90.86º 0.92% 0.45% -
XYZ 7.93 13.02 2.35 -
YUV 85.88 84.61 109.54 -
System Red Green Blue C M Y K H S L
Decimal 60 114 9 0.47 0 0.92 0.55 90.86 0.85 0.24
Hex 3C 72 9 2F 0 5C 37 5B 55 18
Octal 74 162 11 57 0 134 67 133 125 30
Binary 111100 1110010 1001 101111 0 1011100 110111 1011011 1010101 11000

Color Harmonies of #3C7209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7209

Black with #3C7209

Text Example


Text Example

White with #3C7209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,114,9); }

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

background-color css

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

 a { background-color: rgb(60,114,9); }

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

border-color css

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

 span { border-color: rgb(60,114,9); }

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