Html Css Color HEX #3E711F Bilbao

📋 copy color: '#3E711F'

red 62 ◦ green 113 ◦ blue 31

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

Shades of Bilbao #3E711F

Tints of Bilbao #3E711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 30.1%
G = 54.85%
B = 15.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#3E711F (or 0x3E711F) is known color: Bilbao. HEX triplet: 3E, 71 and 1F. RGB value is (62,113,31). Sum of RGB (Red+Green+Blue) = 62+113+31=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #3E711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E711F is #C18EE0. Grayscale: #585858. Windows color (decimal): -12685025 or 2060606. OLE color: 2060606.

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

Color convert

RGB 62 113 31 -
CMYK 0.45 0 0.73 0.56
HSL 97.32º 0.57% 0.28% -
HSV(B) 97.32º 0.73% 0.44% -
XYZ 8.14 12.93 3.36 -
YUV 88.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 62 113 31 0.45 0 0.73 0.56 97.32 0.57 0.28
Hex 3E 71 1F 2D 0 49 38 61 39 1C
Octal 76 161 37 55 0 111 70 141 71 34
Binary 111110 1110001 11111 101101 0 1001001 111000 1100001 111001 11100

Color Harmonies of #3E711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E711F

Black with #3E711F

Text Example


Text Example

White with #3E711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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