Html Css Color HEX #0E4938 Sherwood Green

📋 copy color: '#0E4938'

red 14 ◦ green 73 ◦ blue 56

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

Shades of Sherwood Green #0E4938

Tints of Sherwood Green #0E4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.05%

 BLUE value IS 56 (22.27% from 255) = 39.16%

R = 9.79%
G = 51.05%
B = 39.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#0E4938 (or 0x0E4938) is known color: Sherwood Green. HEX triplet: 0E, 49 and 38. RGB value is (14,73,56). Sum of RGB (Red+Green+Blue) = 14+73+56=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4938 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4938 is #F1B6C7. Grayscale: #353535. Windows color (decimal): -15840968 or 3688718. OLE color: 3688718.

HSL color Cylindrical-coordinate representation of color #0E4938: hue angle of 162.71º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4938 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 73 56 -
CMYK 0.81 0 0.23 0.71
HSL 162.71º 0.68% 0.17% -
HSV(B) 162.71º 0.81% 0.29% -
XYZ 3.28 5.14 4.56 -
YUV 53.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 14 73 56 0.81 0 0.23 0.71 162.71 0.68 0.17
Hex E 49 38 51 0 17 47 A3 44 11
Octal 16 111 70 121 0 27 107 243 104 21
Binary 1110 1001001 111000 1010001 0 10111 1000111 10100011 1000100 10001

Color Harmonies of #0E4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4938

Black with #0E4938

Text Example


Text Example

White with #0E4938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,73,56); }

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

background-color css

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

 a { background-color: rgb(14,73,56); }

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

border-color css

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

 span { border-color: rgb(14,73,56); }

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