#03692C

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

Shades of Crusoe #03692C

Tints of Crusoe #03692C

Color information

#03692C (or 0x03692C) is unknown color: approx Crusoe. HEX triplet: 03, 69 and 2C. RGB value is (3,105,44). Sum of RGB (Red+Green+Blue) = 3+105+44=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 105 (41.41% from 255 or 69.08% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 105 - color contains mainly: green. Hex color #03692C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03692C is #FC96D3. Grayscale: #434343. Windows color (decimal): -16553684 or 2910467. OLE color: 2910467.

HSL color Cylindrical-coordinate representation of color #03692C: hue angle of 144.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03692C is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB310544-
CMYK0.9700.580.59
HSL144.12º94.44%21.18%-
HSV(B)144.12º97.14%41.18%-
XYZ5.5410.34.08-
YUV67.55114.7181.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 105 (41.41% from 255) = 69.08%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=1.97%
G=69.08%
B=28.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105440.9700.580.59144.1294.4421.18
Hex3692C6103A3B905e15
Octal3151541410727322013625
Binary1111010011011001100001011101011101110010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03692C; }

 p { color: rgb(3,105,44); }

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

<style>
 a { background-color: #03692C; }

 a { background-color: rgb(3,105,44); }

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

<style>
 span { border-color: #03692C; }

 span { border-color: rgb(3,105,44); }

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