Html Css Color HEX #3E850E Bilbao

📋 copy color: '#3E850E'

red 62 ◦ green 133 ◦ blue 14

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

Shades of Bilbao #3E850E

Tints of Bilbao #3E850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 63.64%

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

R = 29.67%
G = 63.64%
B = 6.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#3E850E (or 0x3E850E) is known color: Bilbao. HEX triplet: 3E, 85 and 0E. RGB value is (62,133,14). Sum of RGB (Red+Green+Blue) = 62+133+14=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #3E850E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E850E is #C17AF1. Grayscale: #626262. Windows color (decimal): -12679922 or 951614. OLE color: 951614.

HSL color Cylindrical-coordinate representation of color #3E850E: hue angle of 95.8º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E850E is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 133 14 -
CMYK 0.53 0 0.89 0.48
HSL 95.8º 0.81% 0.29% -
HSV(B) 95.8º 0.89% 0.52% -
XYZ 10.45 17.83 3.31 -
YUV 98.21 80.48 102.18 -
System Red Green Blue C M Y K H S L
Decimal 62 133 14 0.53 0 0.89 0.48 95.8 0.81 0.29
Hex 3E 85 E 35 0 59 30 60 51 1D
Octal 76 205 16 65 0 131 60 140 121 35
Binary 111110 10000101 1110 110101 0 1011001 110000 1100000 1010001 11101

Color Harmonies of #3E850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E850E

Black with #3E850E

Text Example


Text Example

White with #3E850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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