#1A5C23

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

Shades of Crusoe #1A5C23

Tints of Crusoe #1A5C23

Color information

#1A5C23 (or 0x1A5C23) is unknown color: approx Crusoe. HEX triplet: 1A, 5C and 23. RGB value is (26,92,35). Sum of RGB (Red+Green+Blue) = 26+92+35=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 92 (36.33% from 255 or 60.13% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 92 - color contains mainly: green. Hex color #1A5C23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5C23 is #E5A3DC. Grayscale: #414141. Windows color (decimal): -15049693 or 2317338. OLE color: 2317338.

HSL color Cylindrical-coordinate representation of color #1A5C23: hue angle of 128.18º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5C23 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB269235-
CMYK0.7200.620.64
HSL128.18º55.93%23.14%-
HSV(B)128.18º71.74%36.08%-
XYZ4.5682.89-
YUV65.77110.6399.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 92 (36.33% from 255) = 60.13%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=16.99%
G=60.13%
B=22.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2692350.7200.620.64128.1855.9323.14
Hex1A5C234803E40803817
Octal32134431100761002007027
Binary1101010111001000111001000011111010000001000000011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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