#035822

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

Shades of Crusoe #035822

Tints of Crusoe #035822

Color information

#035822 (or 0x035822) is unknown color: approx Crusoe. HEX triplet: 03, 58 and 22. RGB value is (3,88,34). Sum of RGB (Red+Green+Blue) = 3+88+34=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 88 (34.77% from 255 or 70.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 88 - color contains mainly: green. Hex color #035822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035822 is #FCA7DD. Grayscale: #383838. Windows color (decimal): -16558046 or 2250755. OLE color: 2250755.

HSL color Cylindrical-coordinate representation of color #035822: hue angle of 141.88º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035822 is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB38834-
CMYK0.9700.610.65
HSL141.88º93.41%17.84%-
HSV(B)141.88º96.59%34.51%-
XYZ3.827.112.69-
YUV56.43115.3489.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 88 (34.77% from 255) = 70.4%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=2.4%
G=70.4%
B=27.2%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388340.9700.610.65141.8893.4117.84
Hex358226103D418e5d12
Octal31304214107510121613522
Binary11101100010001011000010111101100000110001110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035822; }

 p { color: rgb(3,88,34); }

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

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

 a { background-color: rgb(3,88,34); }

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

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

 span { border-color: rgb(3,88,34); }

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