Html Css Color HEX #3E720E Bilbao

📋 copy color: '#3E720E'

red 62 ◦ green 114 ◦ blue 14

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

Shades of Bilbao #3E720E

Tints of Bilbao #3E720E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60%

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 32.63%
G = 60%
B = 7.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#3E720E (or 0x3E720E) is known color: Bilbao. HEX triplet: 3E, 72 and 0E. RGB value is (62,114,14). Sum of RGB (Red+Green+Blue) = 62+114+14=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #3E720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E720E is #C18DF1. Grayscale: #575757. Windows color (decimal): -12684786 or 946750. OLE color: 946750.

HSL color Cylindrical-coordinate representation of color #3E720E: hue angle of 91.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E720E is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 114 14 -
CMYK 0.46 0 0.88 0.55
HSL 91.2º 0.78% 0.25% -
HSV(B) 91.2º 0.88% 0.45% -
XYZ 8.08 13.09 2.52 -
YUV 87.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 62 114 14 0.46 0 0.88 0.55 91.2 0.78 0.25
Hex 3E 72 E 2E 0 58 37 5B 4E 19
Octal 76 162 16 56 0 130 67 133 116 31
Binary 111110 1110010 1110 101110 0 1011000 110111 1011011 1001110 11001

Color Harmonies of #3E720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E720E

Black with #3E720E

Text Example


Text Example

White with #3E720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,114,14); }

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

background-color css

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

 a { background-color: rgb(62,114,14); }

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

border-color css

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

 span { border-color: rgb(62,114,14); }

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