Html Css Color HEX #3E700A Bilbao

📋 copy color: '#3E700A'

red 62 ◦ green 112 ◦ blue 10

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

Shades of Bilbao #3E700A

Tints of Bilbao #3E700A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.87%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 33.7%
G = 60.87%
B = 5.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#3E700A (or 0x3E700A) is known color: Bilbao. HEX triplet: 3E, 70 and 0A. RGB value is (62,112,10). Sum of RGB (Red+Green+Blue) = 62+112+10=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #3E700A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E700A is #C18FF5. Grayscale: #555555. Windows color (decimal): -12685302 or 684094. OLE color: 684094.

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

Color convert

RGB 62 112 10 -
CMYK 0.45 0 0.91 0.56
HSL 89.41º 0.84% 0.24% -
HSV(B) 89.41º 0.91% 0.44% -
XYZ 7.84 12.63 2.31 -
YUV 85.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 62 112 10 0.45 0 0.91 0.56 89.41 0.84 0.24
Hex 3E 70 A 2D 0 5B 38 59 54 18
Octal 76 160 12 55 0 133 70 131 124 30
Binary 111110 1110000 1010 101101 0 1011011 111000 1011001 1010100 11000

Color Harmonies of #3E700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E700A

Black with #3E700A

Text Example


Text Example

White with #3E700A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,112,10); }

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

background-color css

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

 a { background-color: rgb(62,112,10); }

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

border-color css

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

 span { border-color: rgb(62,112,10); }

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