#03651F

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

Shades of Crusoe #03651F

Tints of Crusoe #03651F

Color information

#03651F (or 0x03651F) is unknown color: approx Crusoe. HEX triplet: 03, 65 and 1F. RGB value is (3,101,31). Sum of RGB (Red+Green+Blue) = 3+101+31=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 101 (39.84% from 255 or 74.81% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 101 - color contains mainly: green. Hex color #03651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03651F is #FC9AE0. Grayscale: #3F3F3F. Windows color (decimal): -16554721 or 2057475. OLE color: 2057475.

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

Color convert

RGB310131-
CMYK0.9700.690.60
HSL137.14º94.23%20.39%-
HSV(B)137.14º97.03%39.61%-
XYZ4.949.432.86-
YUV63.72109.5384.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.22%
GREEN value IS 101 (39.84% from 255) = 74.81%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=2.22%
G=74.81%
B=22.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3101310.9700.690.60137.1494.2320.39
Hex3651F610453C895e14
Octal31453714101057421113624
Binary1111001011111111000010100010111110010001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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