Html Css Color HEX #3E710C Bilbao

📋 copy color: '#3E710C'

red 62 ◦ green 113 ◦ blue 12

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

Shades of Bilbao #3E710C

Tints of Bilbao #3E710C

RGB

 RED value IS 62 (24.61% from 255) = 33.16%

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 12 (5.08% from 255) = 6.42%

R = 33.16%
G = 60.43%
B = 6.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#3E710C (or 0x3E710C) is known color: Bilbao. HEX triplet: 3E, 71 and 0C. RGB value is (62,113,12). Sum of RGB (Red+Green+Blue) = 62+113+12=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #3E710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E710C is #C18EF3. Grayscale: #565656. Windows color (decimal): -12685044 or 815422. OLE color: 815422.

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

Color convert

RGB 62 113 12 -
CMYK 0.45 0 0.89 0.56
HSL 90.3º 0.81% 0.25% -
HSV(B) 90.3º 0.89% 0.44% -
XYZ 7.96 12.86 2.41 -
YUV 86.24 86.1 110.71 -
System Red Green Blue C M Y K H S L
Decimal 62 113 12 0.45 0 0.89 0.56 90.3 0.81 0.25
Hex 3E 71 C 2D 0 59 38 5A 51 19
Octal 76 161 14 55 0 131 70 132 121 31
Binary 111110 1110001 1100 101101 0 1011001 111000 1011010 1010001 11001

Color Harmonies of #3E710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E710C

Black with #3E710C

Text Example


Text Example

White with #3E710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,12); }

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

background-color css

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

 a { background-color: rgb(62,113,12); }

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

border-color css

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

 span { border-color: rgb(62,113,12); }

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