#026519

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

Shades of Crusoe #026519

Tints of Crusoe #026519

Color information

#026519 (or 0x026519) is unknown color: approx Crusoe. HEX triplet: 02, 65 and 19. RGB value is (2,101,25). Sum of RGB (Red+Green+Blue) = 2+101+25=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 101 (39.84% from 255 or 78.91% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 101 - color contains mainly: green. Hex color #026519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026519 is #FD9AE6. Grayscale: #3E3E3E. Windows color (decimal): -16620263 or 1664258. OLE color: 1664258.

HSL color Cylindrical-coordinate representation of color #026519: hue angle of 133.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026519 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB210125-
CMYK0.9800.750.60
HSL133.94º96.12%20.2%-
HSV(B)133.94º98.02%39.61%-
XYZ4.859.392.48-
YUV62.74106.784.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 101 (39.84% from 255) = 78.91%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=1.56%
G=78.91%
B=19.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101250.9800.750.60133.9496.1220.2
Hex265196204B3C866014
Octal21453114201137420614024
Binary1011001011100111000100100101111110010000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026519; }

 p { color: rgb(2,101,25); }

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

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

 a { background-color: rgb(2,101,25); }

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

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

 span { border-color: rgb(2,101,25); }

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