Html Css Color HEX #0E4432 Sherwood Green

📋 copy color: '#0E4432'

red 14 ◦ green 68 ◦ blue 50

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

Shades of Sherwood Green #0E4432

Tints of Sherwood Green #0E4432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.52%

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

R = 10.61%
G = 51.52%
B = 37.88%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#0E4432 (or 0x0E4432) is known color: Sherwood Green. HEX triplet: 0E, 44 and 32. RGB value is (14,68,50). Sum of RGB (Red+Green+Blue) = 14+68+50=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #0E4432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4432 is #F1BBCD. Grayscale: #313131. Windows color (decimal): -15842254 or 3294222. OLE color: 3294222.

HSL color Cylindrical-coordinate representation of color #0E4432: hue angle of 160º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E4432 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 14 68 50 -
CMYK 0.79 0 0.26 0.73
HSL 160º 0.66% 0.16% -
HSV(B) 160º 0.79% 0.27% -
XYZ 2.82 4.46 3.73 -
YUV 49.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 14 68 50 0.79 0 0.26 0.73 160 0.66 0.16
Hex E 44 32 4F 0 1A 49 A0 42 10
Octal 16 104 62 117 0 32 111 240 102 20
Binary 1110 1000100 110010 1001111 0 11010 1001001 10100000 1000010 10000

Color Harmonies of #0E4432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4432

Black with #0E4432

Text Example


Text Example

White with #0E4432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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