Html Css Color HEX #3C7518 Bilbao

📋 copy color: '#3C7518'

red 60 ◦ green 117 ◦ blue 24

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

Shades of Bilbao #3C7518

Tints of Bilbao #3C7518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.21%

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 29.85%
G = 58.21%
B = 11.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#3C7518 (or 0x3C7518) is known color: Bilbao. HEX triplet: 3C, 75 and 18. RGB value is (60,117,24). Sum of RGB (Red+Green+Blue) = 60+117+24=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7518 is #C38AE7. Grayscale: #595959. Windows color (decimal): -12815080 or 1602876. OLE color: 1602876.

HSL color Cylindrical-coordinate representation of color #3C7518: hue angle of 96.77º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C7518 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 117 24 -
CMYK 0.49 0 0.79 0.54
HSL 96.77º 0.66% 0.28% -
HSV(B) 96.77º 0.79% 0.46% -
XYZ 8.39 13.75 3.08 -
YUV 89.36 91.12 107.06 -
System Red Green Blue C M Y K H S L
Decimal 60 117 24 0.49 0 0.79 0.54 96.77 0.66 0.28
Hex 3C 75 18 31 0 4F 36 61 42 1C
Octal 74 165 30 61 0 117 66 141 102 34
Binary 111100 1110101 11000 110001 0 1001111 110110 1100001 1000010 11100

Color Harmonies of #3C7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7518

Black with #3C7518

Text Example


Text Example

White with #3C7518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,24); }

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

background-color css

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

 a { background-color: rgb(60,117,24); }

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

border-color css

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

 span { border-color: rgb(60,117,24); }

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