#035626

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

Shades of Crusoe #035626

Tints of Crusoe #035626

Color information

#035626 (or 0x035626) is unknown color: approx Crusoe. HEX triplet: 03, 56 and 26. RGB value is (3,86,38). Sum of RGB (Red+Green+Blue) = 3+86+38=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #035626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035626 is #FCA9D9. Grayscale: #373737. Windows color (decimal): -16558554 or 2512387. OLE color: 2512387.

HSL color Cylindrical-coordinate representation of color #035626: hue angle of 145.3º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035626 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB38638-
CMYK0.9700.560.66
HSL145.3º93.26%17.45%-
HSV(B)145.3º96.51%33.73%-
XYZ3.726.812.95-
YUV55.7111890.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 86 (33.98% from 255) = 67.72%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=2.36%
G=67.72%
B=29.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal386380.9700.560.66145.393.2617.45
Hex356266103842915d11
Octal31264614107010222113521
Binary11101011010011011000010111000100001010010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035626; }

 p { color: rgb(3,86,38); }

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

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

 a { background-color: rgb(3,86,38); }

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

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

 span { border-color: rgb(3,86,38); }

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