Html Css Color HEX #0E592E Crusoe

📋 copy color: '#0E592E'

red 14 ◦ green 89 ◦ blue 46

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

Shades of Crusoe #0E592E

Tints of Crusoe #0E592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 9.4%
G = 59.73%
B = 30.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#0E592E (or 0x0E592E) is known color: Crusoe. HEX triplet: 0E, 59 and 2E. RGB value is (14,89,46). Sum of RGB (Red+Green+Blue) = 14+89+46=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #0E592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E592E is #F1A6D1. Grayscale: #3D3D3D. Windows color (decimal): -15836882 or 3037454. OLE color: 3037454.

HSL color Cylindrical-coordinate representation of color #0E592E: hue angle of 145.6º 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 #0E592E is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 89 46 -
CMYK 0.84 0 0.48 0.65
HSL 145.6º 0.73% 0.2% -
HSV(B) 145.6º 0.84% 0.35% -
XYZ 4.25 7.44 3.8 -
YUV 61.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 14 89 46 0.84 0 0.48 0.65 145.6 0.73 0.2
Hex E 59 2E 54 0 30 41 92 49 14
Octal 16 131 56 124 0 60 101 222 111 24
Binary 1110 1011001 101110 1010100 0 110000 1000001 10010010 1001001 10100

Color Harmonies of #0E592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E592E

Black with #0E592E

Text Example


Text Example

White with #0E592E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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