Html Css Color HEX #0E5631 Crusoe

📋 copy color: '#0E5631'

red 14 ◦ green 86 ◦ blue 49

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

Shades of Crusoe #0E5631

Tints of Crusoe #0E5631

RGB

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

 GREEN value IS 86 (33.98% from 255) = 57.72%

 BLUE value IS 49 (19.53% from 255) = 32.89%

R = 9.4%
G = 57.72%
B = 32.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#0E5631 (or 0x0E5631) is known color: Crusoe. HEX triplet: 0E, 56 and 31. RGB value is (14,86,49). Sum of RGB (Red+Green+Blue) = 14+86+49=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 86 (33.98% from 255 or 57.72% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5631 is #F1A9CE. Grayscale: #3C3C3C. Windows color (decimal): -15837647 or 3233294. OLE color: 3233294.

HSL color Cylindrical-coordinate representation of color #0E5631: hue angle of 149.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5631 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 86 49 -
CMYK 0.84 0 0.43 0.66
HSL 149.17º 0.72% 0.2% -
HSV(B) 149.17º 0.84% 0.34% -
XYZ 4.06 6.97 4.04 -
YUV 60.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 14 86 49 0.84 0 0.43 0.66 149.17 0.72 0.2
Hex E 56 31 54 0 2B 42 95 48 14
Octal 16 126 61 124 0 53 102 225 110 24
Binary 1110 1010110 110001 1010100 0 101011 1000010 10010101 1001000 10100

Color Harmonies of #0E5631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5631

Black with #0E5631

Text Example


Text Example

White with #0E5631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,86,49); }

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

background-color css

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

 a { background-color: rgb(14,86,49); }

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

border-color css

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

 span { border-color: rgb(14,86,49); }

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