Html Css Color HEX #3E820E Bilbao

📋 copy color: '#3E820E'

red 62 ◦ green 130 ◦ blue 14

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

Shades of Bilbao #3E820E

Tints of Bilbao #3E820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 63.11%

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

R = 30.1%
G = 63.11%
B = 6.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#3E820E (or 0x3E820E) is known color: Bilbao. HEX triplet: 3E, 82 and 0E. RGB value is (62,130,14). Sum of RGB (Red+Green+Blue) = 62+130+14=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #3E820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3E820E is #C17DF1. Grayscale: #606060. Windows color (decimal): -12680690 or 950846. OLE color: 950846.

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

Color convert

RGB 62 130 14 -
CMYK 0.52 0 0.89 0.49
HSL 95.17º 0.81% 0.28% -
HSV(B) 95.17º 0.89% 0.51% -
XYZ 10.05 17.02 3.17 -
YUV 96.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 62 130 14 0.52 0 0.89 0.49 95.17 0.81 0.28
Hex 3E 82 E 34 0 59 31 5F 51 1C
Octal 76 202 16 64 0 131 61 137 121 34
Binary 111110 10000010 1110 110100 0 1011001 110001 1011111 1010001 11100

Color Harmonies of #3E820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E820E

Black with #3E820E

Text Example


Text Example

White with #3E820E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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