#1A5423

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

Shades of Crusoe #1A5423

Tints of Crusoe #1A5423

Color information

#1A5423 (or 0x1A5423) is unknown color: approx Crusoe. HEX triplet: 1A, 54 and 23. RGB value is (26,84,35). Sum of RGB (Red+Green+Blue) = 26+84+35=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #1A5423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5423 is #E5ABDC. Grayscale: #3D3D3D. Windows color (decimal): -15051741 or 2315290. OLE color: 2315290.

HSL color Cylindrical-coordinate representation of color #1A5423: hue angle of 129.31º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A5423 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB268435-
CMYK0.6900.580.67
HSL129.31º52.73%21.57%-
HSV(B)129.31º69.05%32.94%-
XYZ3.96.682.67-
YUV61.07113.28102.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 84 (33.20% from 255) = 57.93%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=17.93%
G=57.93%
B=24.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2684350.6900.580.67129.3152.7321.57
Hex1A54234503A43813516
Octal32124431050721032016526
Binary1101010101001000111000101011101010000111000000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,84,35); }

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

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

 a { background-color: rgb(26,84,35); }

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

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

 span { border-color: rgb(26,84,35); }

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