Html Css Color HEX #3E712A Bilbao

📋 copy color: '#3E712A'

red 62 ◦ green 113 ◦ blue 42

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

Shades of Bilbao #3E712A

Tints of Bilbao #3E712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 42 (16.8% from 255) = 19.35%

R = 28.57%
G = 52.07%
B = 19.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#3E712A (or 0x3E712A) is known color: Bilbao. HEX triplet: 3E, 71 and 2A. RGB value is (62,113,42). Sum of RGB (Red+Green+Blue) = 62+113+42=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #3E712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E712A is #C18ED5. Grayscale: #595959. Windows color (decimal): -12685014 or 2781502. OLE color: 2781502.

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

Color convert

RGB 62 113 42 -
CMYK 0.45 0 0.63 0.56
HSL 103.1º 0.46% 0.3% -
HSV(B) 103.1º 0.63% 0.44% -
XYZ 8.31 13 4.26 -
YUV 89.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 62 113 42 0.45 0 0.63 0.56 103.1 0.46 0.3
Hex 3E 71 2A 2D 0 3F 38 67 2E 1E
Octal 76 161 52 55 0 77 70 147 56 36
Binary 111110 1110001 101010 101101 0 111111 111000 1100111 101110 11110

Color Harmonies of #3E712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E712A

Black with #3E712A

Text Example


Text Example

White with #3E712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,42); }

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

background-color css

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

 a { background-color: rgb(62,113,42); }

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

border-color css

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

 span { border-color: rgb(62,113,42); }

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