Html Css Color HEX #3E7F14 Bilbao

📋 copy color: '#3E7F14'

red 62 ◦ green 127 ◦ blue 20

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

Shades of Bilbao #3E7F14

Tints of Bilbao #3E7F14

RGB

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

 GREEN value IS 127 (50% from 255) = 60.77%

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 29.67%
G = 60.77%
B = 9.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#3E7F14 (or 0x3E7F14) is known color: Bilbao. HEX triplet: 3E, 7F and 14. RGB value is (62,127,20). Sum of RGB (Red+Green+Blue) = 62+127+20=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #3E7F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7F14 is #C180EB. Grayscale: #5F5F5F. Windows color (decimal): -12681452 or 1343294. OLE color: 1343294.

HSL color Cylindrical-coordinate representation of color #3E7F14: hue angle of 96.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E7F14 is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 127 20 -
CMYK 0.51 0 0.84 0.50
HSL 96.45º 0.73% 0.29% -
HSV(B) 96.45º 0.84% 0.5% -
XYZ 9.7 16.25 3.29 -
YUV 95.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 62 127 20 0.51 0 0.84 0.50 96.45 0.73 0.29
Hex 3E 7F 14 33 0 54 32 60 49 1D
Octal 76 177 24 63 0 124 62 140 111 35
Binary 111110 1111111 10100 110011 0 1010100 110010 1100000 1001001 11101

Color Harmonies of #3E7F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7F14

Black with #3E7F14

Text Example


Text Example

White with #3E7F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,127,20); }

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

background-color css

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

 a { background-color: rgb(62,127,20); }

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

border-color css

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

 span { border-color: rgb(62,127,20); }

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