#03652F

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

Shades of Crusoe #03652F

Tints of Crusoe #03652F

Color information

#03652F (or 0x03652F) is unknown color: approx Crusoe. HEX triplet: 03, 65 and 2F. RGB value is (3,101,47). Sum of RGB (Red+Green+Blue) = 3+101+47=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #03652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03652F is #FC9AD0. Grayscale: #414141. Windows color (decimal): -16554705 or 3106051. OLE color: 3106051.

HSL color Cylindrical-coordinate representation of color #03652F: hue angle of 146.94º 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 #03652F is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB310147-
CMYK0.9700.530.60
HSL146.94º94.23%20.39%-
HSV(B)146.94º97.03%39.61%-
XYZ5.29.534.25-
YUV65.54117.5383.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 101 (39.84% from 255) = 66.89%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=1.99%
G=66.89%
B=31.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101470.9700.530.60146.9494.2320.39
Hex3652F610353C935e14
Octal3145571410657422313624
Binary1111001011011111100001011010111110010010011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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