#03652D

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

Shades of Crusoe #03652D

Tints of Crusoe #03652D

Color information

#03652D (or 0x03652D) is unknown color: approx Crusoe. HEX triplet: 03, 65 and 2D. RGB value is (3,101,45). Sum of RGB (Red+Green+Blue) = 3+101+45=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #03652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03652D is #FC9AD2. Grayscale: #414141. Windows color (decimal): -16554707 or 2974979. OLE color: 2974979.

HSL color Cylindrical-coordinate representation of color #03652D: hue angle of 145.71º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03652D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB310145-
CMYK0.9700.550.60
HSL145.71º94.23%20.39%-
HSV(B)145.71º97.03%39.61%-
XYZ5.169.524.05-
YUV65.31116.5383.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 101 (39.84% from 255) = 67.79%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=2.01%
G=67.79%
B=30.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101450.9700.550.60145.7194.2320.39
Hex3652D610373C925e14
Octal3145551410677422213624
Binary1111001011011011100001011011111110010010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03652D; }

 p { color: rgb(3,101,45); }

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

<style>
 a { background-color: #03652D; }

 a { background-color: rgb(3,101,45); }

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

<style>
 span { border-color: #03652D; }

 span { border-color: rgb(3,101,45); }

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