#1A622E

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

Shades of Crusoe #1A622E

Tints of Crusoe #1A622E

Color information

#1A622E (or 0x1A622E) is unknown color: approx Crusoe. HEX triplet: 1A, 62 and 2E. RGB value is (26,98,46). Sum of RGB (Red+Green+Blue) = 26+98+46=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #1A622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A622E is #E59DD1. Grayscale: #464646. Windows color (decimal): -15048146 or 3039770. OLE color: 3039770.

HSL color Cylindrical-coordinate representation of color #1A622E: hue angle of 136.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A622E is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB269846-
CMYK0.7300.530.62
HSL136.67º58.06%24.31%-
HSV(B)136.67º73.47%38.43%-
XYZ5.299.154.07-
YUV70.54114.1596.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=15.29%
G=57.65%
B=27.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2698460.7300.530.62136.6758.0624.31
Hex1A622E490353E893a18
Octal3214256111065762117230
Binary110101100010101110100100101101011111101000100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A622E; }

 p { color: rgb(26,98,46); }

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

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

 a { background-color: rgb(26,98,46); }

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

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

 span { border-color: rgb(26,98,46); }

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