Html Css Color HEX #0E533C Sherwood Green

📋 copy color: '#0E533C'

red 14 ◦ green 83 ◦ blue 60

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

Shades of Sherwood Green #0E533C

Tints of Sherwood Green #0E533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

 BLUE value IS 60 (23.83% from 255) = 38.22%

R = 8.92%
G = 52.87%
B = 38.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#0E533C (or 0x0E533C) is known color: Sherwood Green. HEX triplet: 0E, 53 and 3C. RGB value is (14,83,60). Sum of RGB (Red+Green+Blue) = 14+83+60=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #0E533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E533C is #F1ACC3. Grayscale: #3B3B3B. Windows color (decimal): -15838404 or 3953422. OLE color: 3953422.

HSL color Cylindrical-coordinate representation of color #0E533C: hue angle of 160º 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 #0E533C is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 83 60 -
CMYK 0.83 0 0.28 0.67
HSL 160º 0.71% 0.19% -
HSV(B) 160º 0.83% 0.33% -
XYZ 4.09 6.61 5.33 -
YUV 59.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 14 83 60 0.83 0 0.28 0.67 160 0.71 0.19
Hex E 53 3C 53 0 1C 43 A0 47 13
Octal 16 123 74 123 0 34 103 240 107 23
Binary 1110 1010011 111100 1010011 0 11100 1000011 10100000 1000111 10011

Color Harmonies of #0E533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E533C

Black with #0E533C

Text Example


Text Example

White with #0E533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,83,60); }

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

background-color css

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

 a { background-color: rgb(14,83,60); }

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

border-color css

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

 span { border-color: rgb(14,83,60); }

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