Html Css Color HEX #0E543D Sherwood Green

📋 copy color: '#0E543D'

red 14 ◦ green 84 ◦ blue 61

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

Shades of Sherwood Green #0E543D

Tints of Sherwood Green #0E543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.83%

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 8.81%
G = 52.83%
B = 38.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#0E543D (or 0x0E543D) is known color: Sherwood Green. HEX triplet: 0E, 54 and 3D. RGB value is (14,84,61). Sum of RGB (Red+Green+Blue) = 14+84+61=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #0E543D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E543D is #F1ABC2. Grayscale: #3C3C3C. Windows color (decimal): -15838147 or 4019214. OLE color: 4019214.

HSL color Cylindrical-coordinate representation of color #0E543D: hue angle of 160.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E543D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 84 61 -
CMYK 0.83 0 0.27 0.67
HSL 160.29º 0.71% 0.19% -
HSV(B) 160.29º 0.83% 0.33% -
XYZ 4.19 6.77 5.5 -
YUV 60.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 14 84 61 0.83 0 0.27 0.67 160.29 0.71 0.19
Hex E 54 3D 53 0 1B 43 A0 47 13
Octal 16 124 75 123 0 33 103 240 107 23
Binary 1110 1010100 111101 1010011 0 11011 1000011 10100000 1000111 10011

Color Harmonies of #0E543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E543D

Black with #0E543D

Text Example


Text Example

White with #0E543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,84,61); }

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

background-color css

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

 a { background-color: rgb(14,84,61); }

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

border-color css

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

 span { border-color: rgb(14,84,61); }

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