Html Css Color HEX #3C7515 Bilbao

📋 copy color: '#3C7515'

red 60 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #3C7515

Tints of Bilbao #3C7515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.61%

R = 30.3%
G = 59.09%
B = 10.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#3C7515 (or 0x3C7515) is known color: Bilbao. HEX triplet: 3C, 75 and 15. RGB value is (60,117,21). Sum of RGB (Red+Green+Blue) = 60+117+21=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7515 is #C38AEA. Grayscale: #595959. Windows color (decimal): -12815083 or 1406268. OLE color: 1406268.

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

Color convert

RGB 60 117 21 -
CMYK 0.49 0 0.82 0.54
HSL 95.63º 0.7% 0.27% -
HSV(B) 95.63º 0.82% 0.46% -
XYZ 8.36 13.74 2.92 -
YUV 89.01 89.62 107.31 -
System Red Green Blue C M Y K H S L
Decimal 60 117 21 0.49 0 0.82 0.54 95.63 0.7 0.27
Hex 3C 75 15 31 0 52 36 60 46 1B
Octal 74 165 25 61 0 122 66 140 106 33
Binary 111100 1110101 10101 110001 0 1010010 110110 1100000 1000110 11011

Color Harmonies of #3C7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7515

Black with #3C7515

Text Example


Text Example

White with #3C7515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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