Html Css Color HEX #0E4333 Sherwood Green

📋 copy color: '#0E4333'

red 14 ◦ green 67 ◦ blue 51

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

Shades of Sherwood Green #0E4333

Tints of Sherwood Green #0E4333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50.76%

 BLUE value IS 51 (20.31% from 255) = 38.64%

R = 10.61%
G = 50.76%
B = 38.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#0E4333 (or 0x0E4333) is known color: Sherwood Green. HEX triplet: 0E, 43 and 33. RGB value is (14,67,51). Sum of RGB (Red+Green+Blue) = 14+67+51=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #0E4333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4333 is #F1BCCC. Grayscale: #313131. Windows color (decimal): -15842509 or 3359502. OLE color: 3359502.

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

Color convert

RGB 14 67 51 -
CMYK 0.79 0 0.24 0.74
HSL 161.89º 0.65% 0.16% -
HSV(B) 161.89º 0.79% 0.26% -
XYZ 2.79 4.35 3.82 -
YUV 49.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 14 67 51 0.79 0 0.24 0.74 161.89 0.65 0.16
Hex E 43 33 4F 0 18 4A A2 41 10
Octal 16 103 63 117 0 30 112 242 101 20
Binary 1110 1000011 110011 1001111 0 11000 1001010 10100010 1000001 10000

Color Harmonies of #0E4333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4333

Black with #0E4333

Text Example


Text Example

White with #0E4333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,67,51); }

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

background-color css

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

 a { background-color: rgb(14,67,51); }

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

border-color css

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

 span { border-color: rgb(14,67,51); }

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