Html Css Color HEX #0E5129 Crusoe

📋 copy color: '#0E5129'

red 14 ◦ green 81 ◦ blue 41

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

Shades of Crusoe #0E5129

Tints of Crusoe #0E5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 59.56%

 BLUE value IS 41 (16.41% from 255) = 30.15%

R = 10.29%
G = 59.56%
B = 30.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#0E5129 (or 0x0E5129) is known color: Crusoe. HEX triplet: 0E, 51 and 29. RGB value is (14,81,41). Sum of RGB (Red+Green+Blue) = 14+81+41=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #0E5129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5129 is #F1AED6. Grayscale: #383838. Windows color (decimal): -15838935 or 2707726. OLE color: 2707726.

HSL color Cylindrical-coordinate representation of color #0E5129: hue angle of 144.18º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E5129 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 14 81 41 -
CMYK 0.83 0 0.49 0.68
HSL 144.18º 0.71% 0.19% -
HSV(B) 144.18º 0.83% 0.32% -
XYZ 3.52 6.14 3.1 -
YUV 56.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 14 81 41 0.83 0 0.49 0.68 144.18 0.71 0.19
Hex E 51 29 53 0 31 44 90 47 13
Octal 16 121 51 123 0 61 104 220 107 23
Binary 1110 1010001 101001 1010011 0 110001 1000100 10010000 1000111 10011

Color Harmonies of #0E5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5129

Black with #0E5129

Text Example


Text Example

White with #0E5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,81,41); }

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

background-color css

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

 a { background-color: rgb(14,81,41); }

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

border-color css

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

 span { border-color: rgb(14,81,41); }

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