Html Css Color HEX #3C7325 Bilbao

📋 copy color: '#3C7325'

red 60 ◦ green 115 ◦ blue 37

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

Shades of Bilbao #3C7325

Tints of Bilbao #3C7325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 28.3%
G = 54.25%
B = 17.45%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#3C7325 (or 0x3C7325) is known color: Bilbao. HEX triplet: 3C, 73 and 25. RGB value is (60,115,37). Sum of RGB (Red+Green+Blue) = 60+115+37=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7325 is #C38CDA. Grayscale: #595959. Windows color (decimal): -12815579 or 2454332. OLE color: 2454332.

HSL color Cylindrical-coordinate representation of color #3C7325: hue angle of 102.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C7325 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 115 37 -
CMYK 0.48 0 0.68 0.55
HSL 102.31º 0.51% 0.3% -
HSV(B) 102.31º 0.68% 0.45% -
XYZ 8.33 13.36 3.89 -
YUV 89.66 98.28 106.84 -
System Red Green Blue C M Y K H S L
Decimal 60 115 37 0.48 0 0.68 0.55 102.31 0.51 0.3
Hex 3C 73 25 30 0 44 37 66 33 1E
Octal 74 163 45 60 0 104 67 146 63 36
Binary 111100 1110011 100101 110000 0 1000100 110111 1100110 110011 11110

Color Harmonies of #3C7325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7325

Black with #3C7325

Text Example


Text Example

White with #3C7325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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