Html Css Color HEX #0E5A31 Crusoe

📋 copy color: '#0E5A31'

red 14 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #0E5A31

Tints of Crusoe #0E5A31

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.82%

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

R = 9.15%
G = 58.82%
B = 32.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#0E5A31 (or 0x0E5A31) is known color: Crusoe. HEX triplet: 0E, 5A and 31. RGB value is (14,90,49). Sum of RGB (Red+Green+Blue) = 14+90+49=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #0E5A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5A31 is #F1A5CE. Grayscale: #3E3E3E. Windows color (decimal): -15836623 or 3234318. OLE color: 3234318.

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

Color convert

RGB 14 90 49 -
CMYK 0.84 0 0.46 0.65
HSL 147.63º 0.73% 0.2% -
HSV(B) 147.63º 0.84% 0.35% -
XYZ 4.39 7.63 4.15 -
YUV 62.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 14 90 49 0.84 0 0.46 0.65 147.63 0.73 0.2
Hex E 5A 31 54 0 2E 41 94 49 14
Octal 16 132 61 124 0 56 101 224 111 24
Binary 1110 1011010 110001 1010100 0 101110 1000001 10010100 1001001 10100

Color Harmonies of #0E5A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5A31

Black with #0E5A31

Text Example


Text Example

White with #0E5A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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