Html Css Color HEX #3E7115 Bilbao

📋 copy color: '#3E7115'

red 62 ◦ green 113 ◦ blue 21

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

Shades of Bilbao #3E7115

Tints of Bilbao #3E7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 31.63%
G = 57.65%
B = 10.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#3E7115 (or 0x3E7115) is known color: Bilbao. HEX triplet: 3E, 71 and 15. RGB value is (62,113,21). Sum of RGB (Red+Green+Blue) = 62+113+21=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3E7115 is #C18EEA. Grayscale: #575757. Windows color (decimal): -12685035 or 1405246. OLE color: 1405246.

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

Color convert

RGB 62 113 21 -
CMYK 0.45 0 0.81 0.56
HSL 93.26º 0.69% 0.26% -
HSV(B) 93.26º 0.81% 0.44% -
XYZ 8.03 12.89 2.77 -
YUV 87.26 90.6 109.98 -
System Red Green Blue C M Y K H S L
Decimal 62 113 21 0.45 0 0.81 0.56 93.26 0.69 0.26
Hex 3E 71 15 2D 0 51 38 5D 45 1A
Octal 76 161 25 55 0 121 70 135 105 32
Binary 111110 1110001 10101 101101 0 1010001 111000 1011101 1000101 11010

Color Harmonies of #3E7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7115

Black with #3E7115

Text Example


Text Example

White with #3E7115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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