Html Css Color HEX #0E592D Crusoe

📋 copy color: '#0E592D'

red 14 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #0E592D

Tints of Crusoe #0E592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 60.14%

 BLUE value IS 45 (17.97% from 255) = 30.41%

R = 9.46%
G = 60.14%
B = 30.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#0E592D (or 0x0E592D) is known color: Crusoe. HEX triplet: 0E, 59 and 2D. RGB value is (14,89,45). Sum of RGB (Red+Green+Blue) = 14+89+45=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #0E592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E592D is #F1A6D2. Grayscale: #3D3D3D. Windows color (decimal): -15836883 or 2971918. OLE color: 2971918.

HSL color Cylindrical-coordinate representation of color #0E592D: hue angle of 144.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E592D is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 89 45 -
CMYK 0.84 0 0.49 0.65
HSL 144.8º 0.73% 0.2% -
HSV(B) 144.8º 0.84% 0.35% -
XYZ 4.23 7.43 3.69 -
YUV 61.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 14 89 45 0.84 0 0.49 0.65 144.8 0.73 0.2
Hex E 59 2D 54 0 31 41 91 49 14
Octal 16 131 55 124 0 61 101 221 111 24
Binary 1110 1011001 101101 1010100 0 110001 1000001 10010001 1001001 10100

Color Harmonies of #0E592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E592D

Black with #0E592D

Text Example


Text Example

White with #0E592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,89,45); }

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

background-color css

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

 a { background-color: rgb(14,89,45); }

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

border-color css

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

 span { border-color: rgb(14,89,45); }

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