#1A6023

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

Shades of Crusoe #1A6023

Tints of Crusoe #1A6023

Color information

#1A6023 (or 0x1A6023) is unknown color: approx Crusoe. HEX triplet: 1A, 60 and 23. RGB value is (26,96,35). Sum of RGB (Red+Green+Blue) = 26+96+35=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #1A6023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6023 is #E59FDC. Grayscale: #444444. Windows color (decimal): -15048669 or 2318362. OLE color: 2318362.

HSL color Cylindrical-coordinate representation of color #1A6023: hue angle of 127.71º degrees, saturation: 0.57, 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 #1A6023 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB269635-
CMYK0.7300.640.62
HSL127.71º57.38%23.92%-
HSV(B)127.71º72.92%37.65%-
XYZ4.918.713.01-
YUV68.12109.3197.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=16.56%
G=61.15%
B=22.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696350.7300.640.62127.7157.3823.92
Hex1A6023490403E803918
Octal32140431110100762007130
Binary1101011000001000111001001010000001111101000000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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