Html Css Color HEX #3C7309 Bilbao

📋 copy color: '#3C7309'

red 60 ◦ green 115 ◦ blue 9

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

Shades of Bilbao #3C7309

Tints of Bilbao #3C7309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 62.5%

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

R = 32.61%
G = 62.5%
B = 4.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#3C7309 (or 0x3C7309) is known color: Bilbao. HEX triplet: 3C, 73 and 09. RGB value is (60,115,9). Sum of RGB (Red+Green+Blue) = 60+115+9=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7309 is #C38CF6. Grayscale: #565656. Windows color (decimal): -12815607 or 619324. OLE color: 619324.

HSL color Cylindrical-coordinate representation of color #3C7309: hue angle of 91.13º 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 #3C7309 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 9 -
CMYK 0.48 0 0.92 0.55
HSL 91.13º 0.85% 0.24% -
HSV(B) 91.13º 0.92% 0.45% -
XYZ 8.04 13.24 2.39 -
YUV 86.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 60 115 9 0.48 0 0.92 0.55 91.13 0.85 0.24
Hex 3C 73 9 30 0 5C 37 5B 55 18
Octal 74 163 11 60 0 134 67 133 125 30
Binary 111100 1110011 1001 110000 0 1011100 110111 1011011 1010101 11000

Color Harmonies of #3C7309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7309

Black with #3C7309

Text Example


Text Example

White with #3C7309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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