Html Css Color HEX #3C7410 Bilbao

📋 copy color: '#3C7410'

red 60 ◦ green 116 ◦ blue 16

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

Shades of Bilbao #3C7410

Tints of Bilbao #3C7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 31.25%
G = 60.42%
B = 8.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#3C7410 (or 0x3C7410) is known color: Bilbao. HEX triplet: 3C, 74 and 10. RGB value is (60,116,16). Sum of RGB (Red+Green+Blue) = 60+116+16=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #3C7410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7410 is #C38BEF. Grayscale: #585858. Windows color (decimal): -12815344 or 1078332. OLE color: 1078332.

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

Color convert

RGB 60 116 16 -
CMYK 0.48 0 0.86 0.55
HSL 93.6º 0.76% 0.26% -
HSV(B) 93.6º 0.86% 0.45% -
XYZ 8.2 13.49 2.66 -
YUV 87.86 87.45 108.13 -
System Red Green Blue C M Y K H S L
Decimal 60 116 16 0.48 0 0.86 0.55 93.6 0.76 0.26
Hex 3C 74 10 30 0 56 37 5E 4C 1A
Octal 74 164 20 60 0 126 67 136 114 32
Binary 111100 1110100 10000 110000 0 1010110 110111 1011110 1001100 11010

Color Harmonies of #3C7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7410

Black with #3C7410

Text Example


Text Example

White with #3C7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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