Html Css Color HEX #3C7815 Bilbao

📋 copy color: '#3C7815'

red 60 ◦ green 120 ◦ blue 21

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

Shades of Bilbao #3C7815

Tints of Bilbao #3C7815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.7%

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

R = 29.85%
G = 59.7%
B = 10.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#3C7815 (or 0x3C7815) is known color: Bilbao. HEX triplet: 3C, 78 and 15. RGB value is (60,120,21). Sum of RGB (Red+Green+Blue) = 60+120+21=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #3C7815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7815 is #C387EA. Grayscale: #5B5B5B. Windows color (decimal): -12814315 or 1407036. OLE color: 1407036.

HSL color Cylindrical-coordinate representation of color #3C7815: hue angle of 96.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C7815 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 120 21 -
CMYK 0.5 0 0.83 0.53
HSL 96.36º 0.7% 0.28% -
HSV(B) 96.36º 0.83% 0.47% -
XYZ 8.72 14.45 3.04 -
YUV 90.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 60 120 21 0.5 0 0.83 0.53 96.36 0.7 0.28
Hex 3C 78 15 32 0 53 35 60 46 1C
Octal 74 170 25 62 0 123 65 140 106 34
Binary 111100 1111000 10101 110010 0 1010011 110101 1100000 1000110 11100

Color Harmonies of #3C7815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7815

Black with #3C7815

Text Example


Text Example

White with #3C7815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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