Html Css Color HEX #3C7424 Bilbao

📋 copy color: '#3C7424'

red 60 ◦ green 116 ◦ blue 36

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

Shades of Bilbao #3C7424

Tints of Bilbao #3C7424

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.72%

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 28.3%
G = 54.72%
B = 16.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#3C7424 (or 0x3C7424) is known color: Bilbao. HEX triplet: 3C, 74 and 24. RGB value is (60,116,36). Sum of RGB (Red+Green+Blue) = 60+116+36=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7424 is #C38BDB. Grayscale: #5A5A5A. Windows color (decimal): -12815324 or 2389052. OLE color: 2389052.

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

Color convert

RGB 60 116 36 -
CMYK 0.48 0 0.69 0.55
HSL 102º 0.53% 0.3% -
HSV(B) 102º 0.69% 0.45% -
XYZ 8.43 13.58 3.85 -
YUV 90.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 60 116 36 0.48 0 0.69 0.55 102 0.53 0.3
Hex 3C 74 24 30 0 45 37 66 35 1E
Octal 74 164 44 60 0 105 67 146 65 36
Binary 111100 1110100 100100 110000 0 1000101 110111 1100110 110101 11110

Color Harmonies of #3C7424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7424

Black with #3C7424

Text Example


Text Example

White with #3C7424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,36); }

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

background-color css

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

 a { background-color: rgb(60,116,36); }

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

border-color css

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

 span { border-color: rgb(60,116,36); }

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