Html Css Color HEX #0E5930 Crusoe

📋 copy color: '#0E5930'

red 14 ◦ green 89 ◦ blue 48

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

Shades of Crusoe #0E5930

Tints of Crusoe #0E5930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 9.27%
G = 58.94%
B = 31.79%

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

#0E5930 (or 0x0E5930) is known color: Crusoe. HEX triplet: 0E, 59 and 30. RGB value is (14,89,48). Sum of RGB (Red+Green+Blue) = 14+89+48=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #0E5930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5930 is #F1A6CF. Grayscale: #3D3D3D. Windows color (decimal): -15836880 or 3168526. OLE color: 3168526.

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

Color convert

RGB 14 89 48 -
CMYK 0.84 0 0.46 0.65
HSL 147.2º 0.73% 0.2% -
HSV(B) 147.2º 0.84% 0.35% -
XYZ 4.29 7.45 4.01 -
YUV 61.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 14 89 48 0.84 0 0.46 0.65 147.2 0.73 0.2
Hex E 59 30 54 0 2E 41 93 49 14
Octal 16 131 60 124 0 56 101 223 111 24
Binary 1110 1011001 110000 1010100 0 101110 1000001 10010011 1001001 10100

Color Harmonies of #0E5930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5930

Black with #0E5930

Text Example


Text Example

White with #0E5930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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