#0E552A

Color #0E552A Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0E552A

Tints of Crusoe #0E552A

Color information

#0E552A (or 0x0E552A) is unknown color: approx Crusoe. HEX triplet: 0E, 55 and 2A. RGB value is (14,85,42). Sum of RGB (Red+Green+Blue) = 14+85+42=141 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.93% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #0E552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E552A is #F1AAD5. Grayscale: #3A3A3A. Windows color (decimal): -15837910 or 2774286. OLE color: 2774286.

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

Color convert

RGB148542-
CMYK0.8400.510.67
HSL143.66º71.72%19.41%-
HSV(B)143.66º83.53%33.33%-
XYZ3.856.763.29-
YUV58.87118.4896-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.93%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=9.93%
G=60.28%
B=29.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485420.8400.510.67143.6671.7219.41
HexE552A5403343904813
Octal161255212406310322011023
Binary1110101010110101010101000110011100001110010000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E552A;
 }
 .AnyTagClassName
 {
   color: #0E552A;
 }
</style>
background-color css

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

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

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

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

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

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