Html Css Color HEX #3E7A10 Bilbao

📋 copy color: '#3E7A10'

red 62 ◦ green 122 ◦ blue 16

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

Shades of Bilbao #3E7A10

Tints of Bilbao #3E7A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 31%
G = 61%
B = 8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#3E7A10 (or 0x3E7A10) is known color: Bilbao. HEX triplet: 3E, 7A and 10. RGB value is (62,122,16). Sum of RGB (Red+Green+Blue) = 62+122+16=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7A10 is #C185EF. Grayscale: #5C5C5C. Windows color (decimal): -12682736 or 1079870. OLE color: 1079870.

HSL color Cylindrical-coordinate representation of color #3E7A10: hue angle of 93.96º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E7A10 is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 122 16 -
CMYK 0.49 0 0.87 0.52
HSL 93.96º 0.77% 0.27% -
HSV(B) 93.96º 0.87% 0.48% -
XYZ 9.04 14.98 2.91 -
YUV 91.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 62 122 16 0.49 0 0.87 0.52 93.96 0.77 0.27
Hex 3E 7A 10 31 0 57 34 5E 4D 1B
Octal 76 172 20 61 0 127 64 136 115 33
Binary 111110 1111010 10000 110001 0 1010111 110100 1011110 1001101 11011

Color Harmonies of #3E7A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A10

Black with #3E7A10

Text Example


Text Example

White with #3E7A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,122,16); }

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

background-color css

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

 a { background-color: rgb(62,122,16); }

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

border-color css

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

 span { border-color: rgb(62,122,16); }

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