Html Css Color HEX #0E4631 Sherwood Green

📋 copy color: '#0E4631'

red 14 ◦ green 70 ◦ blue 49

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

Shades of Sherwood Green #0E4631

Tints of Sherwood Green #0E4631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 52.63%

 BLUE value IS 49 (19.53% from 255) = 36.84%

R = 10.53%
G = 52.63%
B = 36.84%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#0E4631 (or 0x0E4631) is known color: Sherwood Green. HEX triplet: 0E, 46 and 31. RGB value is (14,70,49). Sum of RGB (Red+Green+Blue) = 14+70+49=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #0E4631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4631 is #F1B9CE. Grayscale: #323232. Windows color (decimal): -15841743 or 3229198. OLE color: 3229198.

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

Color convert

RGB 14 70 49 -
CMYK 0.80 0 0.30 0.73
HSL 157.5º 0.67% 0.16% -
HSV(B) 157.5º 0.8% 0.27% -
XYZ 2.93 4.7 3.66 -
YUV 50.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 14 70 49 0.80 0 0.30 0.73 157.5 0.67 0.16
Hex E 46 31 50 0 1E 49 9E 43 10
Octal 16 106 61 120 0 36 111 236 103 20
Binary 1110 1000110 110001 1010000 0 11110 1001001 10011110 1000011 10000

Color Harmonies of #0E4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4631

Black with #0E4631

Text Example


Text Example

White with #0E4631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,70,49); }

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

background-color css

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

 a { background-color: rgb(14,70,49); }

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

border-color css

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

 span { border-color: rgb(14,70,49); }

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