Html Css Color HEX #0E4732 Sherwood Green

📋 copy color: '#0E4732'

red 14 ◦ green 71 ◦ blue 50

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

Shades of Sherwood Green #0E4732

Tints of Sherwood Green #0E4732

RGB

 RED value IS 14 (5.86% from 255) = 10.37%

 GREEN value IS 71 (28.13% from 255) = 52.59%

 BLUE value IS 50 (19.92% from 255) = 37.04%

R = 10.37%
G = 52.59%
B = 37.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#0E4732 (or 0x0E4732) is known color: Sherwood Green. HEX triplet: 0E, 47 and 32. RGB value is (14,71,50). Sum of RGB (Red+Green+Blue) = 14+71+50=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4732 is #F1B8CD. Grayscale: #333333. Windows color (decimal): -15841486 or 3294990. OLE color: 3294990.

HSL color Cylindrical-coordinate representation of color #0E4732: hue angle of 157.89º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4732 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 71 50 -
CMYK 0.80 0 0.30 0.72
HSL 157.89º 0.67% 0.17% -
HSV(B) 157.89º 0.8% 0.28% -
XYZ 3.01 4.83 3.79 -
YUV 51.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 14 71 50 0.80 0 0.30 0.72 157.89 0.67 0.17
Hex E 47 32 50 0 1E 48 9E 43 11
Octal 16 107 62 120 0 36 110 236 103 21
Binary 1110 1000111 110010 1010000 0 11110 1001000 10011110 1000011 10001

Color Harmonies of #0E4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4732

Black with #0E4732

Text Example


Text Example

White with #0E4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E4732; }

 p { color: rgb(14,71,50); }

 H1.HeaderClassName
 {
   color: #0E4732;
 }
 .AnyTagClassName
 {
   color: #0E4732;
 }
</style>

background-color css

<style>
 a { background-color: #0E4732; }

 a { background-color: rgb(14,71,50); }

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

border-color css

<style>
 span { border-color: #0E4732; }

 span { border-color: rgb(14,71,50); }

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