Html Css Color HEX #3C7010 Bilbao

📋 copy color: '#3C7010'

red 60 ◦ green 112 ◦ blue 16

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

Shades of Bilbao #3C7010

Tints of Bilbao #3C7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.57%

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

R = 31.91%
G = 59.57%
B = 8.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#3C7010 (or 0x3C7010) is known color: Bilbao. HEX triplet: 3C, 70 and 10. RGB value is (60,112,16). Sum of RGB (Red+Green+Blue) = 60+112+16=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7010 is #C38FEF. Grayscale: #555555. Windows color (decimal): -12816368 or 1077308. OLE color: 1077308.

HSL color Cylindrical-coordinate representation of color #3C7010: hue angle of 92.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C7010 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 112 16 -
CMYK 0.46 0 0.86 0.56
HSL 92.5º 0.75% 0.25% -
HSV(B) 92.5º 0.86% 0.44% -
XYZ 7.75 12.59 2.51 -
YUV 85.51 88.77 109.81 -
System Red Green Blue C M Y K H S L
Decimal 60 112 16 0.46 0 0.86 0.56 92.5 0.75 0.25
Hex 3C 70 10 2E 0 56 38 5C 4B 19
Octal 74 160 20 56 0 126 70 134 113 31
Binary 111100 1110000 10000 101110 0 1010110 111000 1011100 1001011 11001

Color Harmonies of #3C7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7010

Black with #3C7010

Text Example


Text Example

White with #3C7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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