#03592A

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

Shades of Crusoe #03592A

Tints of Crusoe #03592A

Color information

#03592A (or 0x03592A) is unknown color: approx Crusoe. HEX triplet: 03, 59 and 2A. RGB value is (3,89,42). Sum of RGB (Red+Green+Blue) = 3+89+42=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #03592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03592A is #FCA6D5. Grayscale: #3A3A3A. Windows color (decimal): -16557782 or 2775299. OLE color: 2775299.

HSL color Cylindrical-coordinate representation of color #03592A: hue angle of 147.21º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03592A is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB38942-
CMYK0.9700.530.65
HSL147.21º93.48%18.04%-
HSV(B)147.21º96.63%34.9%-
XYZ4.037.333.39-
YUV57.93119.0188.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 89 (35.16% from 255) = 66.42%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=2.24%
G=66.42%
B=31.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389420.9700.530.65147.2193.4818.04
Hex3592A6103541935d12
Octal31315214106510122313522
Binary11101100110101011000010110101100000110010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03592A; }

 p { color: rgb(3,89,42); }

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

<style>
 a { background-color: #03592A; }

 a { background-color: rgb(3,89,42); }

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

<style>
 span { border-color: #03592A; }

 span { border-color: rgb(3,89,42); }

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