Html Css Color HEX #0E551C Crusoe

📋 copy color: '#0E551C'

red 14 ◦ green 85 ◦ blue 28

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

Shades of Crusoe #0E551C

Tints of Crusoe #0E551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.93%

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 11.02%
G = 66.93%
B = 22.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#0E551C (or 0x0E551C) is known color: Crusoe. HEX triplet: 0E, 55 and 1C. RGB value is (14,85,28). Sum of RGB (Red+Green+Blue) = 14+85+28=127 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.02% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #0E551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E551C is #F1AAE3. Grayscale: #393939. Windows color (decimal): -15837924 or 1856782. OLE color: 1856782.

HSL color Cylindrical-coordinate representation of color #0E551C: hue angle of 131.83º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E551C is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 85 28 -
CMYK 0.84 0 0.67 0.67
HSL 131.83º 0.72% 0.19% -
HSV(B) 131.83º 0.84% 0.33% -
XYZ 3.64 6.67 2.2 -
YUV 57.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 14 85 28 0.84 0 0.67 0.67 131.83 0.72 0.19
Hex E 55 1C 54 0 43 43 84 48 13
Octal 16 125 34 124 0 103 103 204 110 23
Binary 1110 1010101 11100 1010100 0 1000011 1000011 10000100 1001000 10011

Color Harmonies of #0E551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E551C

Black with #0E551C

Text Example


Text Example

White with #0E551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,85,28); }

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

background-color css

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

 a { background-color: rgb(14,85,28); }

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

border-color css

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

 span { border-color: rgb(14,85,28); }

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