#03551E

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

Shades of Crusoe #03551E

Tints of Crusoe #03551E

Color information

#03551E (or 0x03551E) is unknown color: approx Crusoe. HEX triplet: 03, 55 and 1E. RGB value is (3,85,30). Sum of RGB (Red+Green+Blue) = 3+85+30=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #03551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03551E is #FCAAE1. Grayscale: #363636. Windows color (decimal): -16558818 or 1987843. OLE color: 1987843.

HSL color Cylindrical-coordinate representation of color #03551E: hue angle of 139.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03551E is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB38530-
CMYK0.9600.650.67
HSL139.76º93.18%17.25%-
HSV(B)139.76º96.47%33.33%-
XYZ3.526.612.32-
YUV54.21114.3391.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 85 (33.59% from 255) = 72.03%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=2.54%
G=72.03%
B=25.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal385300.9600.650.67139.7693.1817.25
Hex3551E60041438c5d11
Octal312536140010110321413521
Binary11101010111110110000001000001100001110001100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03551E; }

 p { color: rgb(3,85,30); }

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

<style>
 a { background-color: #03551E; }

 a { background-color: rgb(3,85,30); }

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

<style>
 span { border-color: #03551E; }

 span { border-color: rgb(3,85,30); }

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