Html Css Color HEX #0E5D34 Crusoe

📋 copy color: '#0E5D34'

red 14 ◦ green 93 ◦ blue 52

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

Shades of Crusoe #0E5D34

Tints of Crusoe #0E5D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 58.49%

 BLUE value IS 52 (20.7% from 255) = 32.7%

R = 8.81%
G = 58.49%
B = 32.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#0E5D34 (or 0x0E5D34) is known color: Crusoe. HEX triplet: 0E, 5D and 34. RGB value is (14,93,52). Sum of RGB (Red+Green+Blue) = 14+93+52=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 93 (36.72% from 255 or 58.49% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5D34 is #F1A2CB. Grayscale: #404040. Windows color (decimal): -15835852 or 3431694. OLE color: 3431694.

HSL color Cylindrical-coordinate representation of color #0E5D34: hue angle of 148.86º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5D34 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 93 52 -
CMYK 0.85 0 0.44 0.64
HSL 148.86º 0.74% 0.21% -
HSV(B) 148.86º 0.85% 0.36% -
XYZ 4.72 8.17 4.58 -
YUV 64.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 14 93 52 0.85 0 0.44 0.64 148.86 0.74 0.21
Hex E 5D 34 55 0 2C 40 95 4A 15
Octal 16 135 64 125 0 54 100 225 112 25
Binary 1110 1011101 110100 1010101 0 101100 1000000 10010101 1001010 10101

Color Harmonies of #0E5D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5D34

Black with #0E5D34

Text Example


Text Example

White with #0E5D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,93,52); }

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

background-color css

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

 a { background-color: rgb(14,93,52); }

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

border-color css

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

 span { border-color: rgb(14,93,52); }

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