#035B26

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

Shades of Crusoe #035B26

Tints of Crusoe #035B26

Color information

#035B26 (or 0x035B26) is unknown color: approx Crusoe. HEX triplet: 03, 5B and 26. RGB value is (3,91,38). Sum of RGB (Red+Green+Blue) = 3+91+38=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #035B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B26 is #FCA4D9. Grayscale: #3A3A3A. Windows color (decimal): -16557274 or 2513667. OLE color: 2513667.

HSL color Cylindrical-coordinate representation of color #035B26: hue angle of 143.86º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035B26 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB39138-
CMYK0.9700.580.64
HSL143.86º93.62%18.43%-
HSV(B)143.86º96.7%35.69%-
XYZ4.137.643.09-
YUV58.65116.3588.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 91 (35.94% from 255) = 68.94%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=2.27%
G=68.94%
B=28.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal391380.9700.580.64143.8693.6218.43
Hex35B266103A40905e12
Octal31334614107210022013622
Binary11101101110011011000010111010100000010010000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035B26; }

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

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

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

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

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

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

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

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