#035823

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

Shades of Crusoe #035823

Tints of Crusoe #035823

Color information

#035823 (or 0x035823) is unknown color: approx Crusoe. HEX triplet: 03, 58 and 23. RGB value is (3,88,35). Sum of RGB (Red+Green+Blue) = 3+88+35=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 88 (34.77% from 255 or 69.84% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 88 - color contains mainly: green. Hex color #035823 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035823 is #FCA7DC. Grayscale: #383838. Windows color (decimal): -16558045 or 2316291. OLE color: 2316291.

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

Color convert

RGB38835-
CMYK0.9700.600.65
HSL142.59º93.41%17.84%-
HSV(B)142.59º96.59%34.51%-
XYZ3.837.122.76-
YUV56.54115.8489.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 88 (34.77% from 255) = 69.84%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=2.38%
G=69.84%
B=27.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388350.9700.600.65142.5993.4117.84
Hex358236103C418f5d12
Octal31304314107410121713522
Binary11101100010001111000010111100100000110001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035823; }

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

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

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

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

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

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

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

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