Html Css Color HEX #0E551B Crusoe

📋 copy color: '#0E551B'

red 14 ◦ green 85 ◦ blue 27

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

Shades of Crusoe #0E551B

Tints of Crusoe #0E551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 11.11%
G = 67.46%
B = 21.43%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#0E551B (or 0x0E551B) is known color: Crusoe. HEX triplet: 0E, 55 and 1B. RGB value is (14,85,27). Sum of RGB (Red+Green+Blue) = 14+85+27=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #0E551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E551B is #F1AAE4. Grayscale: #393939. Windows color (decimal): -15837925 or 1791246. OLE color: 1791246.

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

Color convert

RGB 14 85 27 -
CMYK 0.84 0 0.68 0.67
HSL 130.99º 0.72% 0.19% -
HSV(B) 130.99º 0.84% 0.33% -
XYZ 3.63 6.67 2.13 -
YUV 57.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 14 85 27 0.84 0 0.68 0.67 130.99 0.72 0.19
Hex E 55 1B 54 0 44 43 83 48 13
Octal 16 125 33 124 0 104 103 203 110 23
Binary 1110 1010101 11011 1010100 0 1000100 1000011 10000011 1001000 10011

Color Harmonies of #0E551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E551B

Black with #0E551B

Text Example


Text Example

White with #0E551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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