#03692B

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

Shades of Crusoe #03692B

Tints of Crusoe #03692B

Color information

#03692B (or 0x03692B) is unknown color: approx Crusoe. HEX triplet: 03, 69 and 2B. RGB value is (3,105,43). Sum of RGB (Red+Green+Blue) = 3+105+43=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #03692B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03692B is #FC96D4. Grayscale: #434343. Windows color (decimal): -16553685 or 2844931. OLE color: 2844931.

HSL color Cylindrical-coordinate representation of color #03692B: hue angle of 143.53º 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 #03692B is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB310543-
CMYK0.9700.590.59
HSL143.53º94.44%21.18%-
HSV(B)143.53º97.14%41.18%-
XYZ5.5310.33.98-
YUV67.43114.2182.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 105 (41.41% from 255) = 69.54%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=1.99%
G=69.54%
B=28.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105430.9700.590.59143.5394.4421.18
Hex3692B6103B3B905e15
Octal3151531410737322013625
Binary1111010011010111100001011101111101110010000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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