Html Css Color HEX #3E7520 Bilbao

📋 copy color: '#3E7520'

red 62 ◦ green 117 ◦ blue 32

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

Shades of Bilbao #3E7520

Tints of Bilbao #3E7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.45%

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 29.38%
G = 55.45%
B = 15.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#3E7520 (or 0x3E7520) is known color: Bilbao. HEX triplet: 3E, 75 and 20. RGB value is (62,117,32). Sum of RGB (Red+Green+Blue) = 62+117+32=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E7520 is #C18ADF. Grayscale: #5B5B5B. Windows color (decimal): -12684000 or 2127166. OLE color: 2127166.

HSL color Cylindrical-coordinate representation of color #3E7520: hue angle of 98.82º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E7520 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 117 32 -
CMYK 0.47 0 0.73 0.54
HSL 98.82º 0.57% 0.29% -
HSV(B) 98.82º 0.73% 0.46% -
XYZ 8.61 13.85 3.59 -
YUV 90.87 94.78 107.41 -
System Red Green Blue C M Y K H S L
Decimal 62 117 32 0.47 0 0.73 0.54 98.82 0.57 0.29
Hex 3E 75 20 2F 0 49 36 63 39 1D
Octal 76 165 40 57 0 111 66 143 71 35
Binary 111110 1110101 100000 101111 0 1001001 110110 1100011 111001 11101

Color Harmonies of #3E7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7520

Black with #3E7520

Text Example


Text Example

White with #3E7520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,117,32); }

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

background-color css

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

 a { background-color: rgb(62,117,32); }

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

border-color css

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

 span { border-color: rgb(62,117,32); }

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