#1A4D28

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

Shades of Crusoe #1A4D28

Tints of Crusoe #1A4D28

Color information

#1A4D28 (or 0x1A4D28) is unknown color: approx Crusoe. HEX triplet: 1A, 4D and 28. RGB value is (26,77,40). Sum of RGB (Red+Green+Blue) = 26+77+40=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 77 (30.47% from 255 or 53.85% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 77 - color contains mainly: green. Hex color #1A4D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4D28 is #E5B2D7. Grayscale: #393939. Windows color (decimal): -15053528 or 2641178. OLE color: 2641178.

HSL color Cylindrical-coordinate representation of color #1A4D28: hue angle of 136.47º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A4D28 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB267740-
CMYK0.6600.480.70
HSL136.47º49.51%20.2%-
HSV(B)136.47º66.23%30.2%-
XYZ3.465.682.92-
YUV57.53118.1105.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 77 (30.47% from 255) = 53.85%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=18.18%
G=53.85%
B=27.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2677400.6600.480.70136.4749.5120.2
Hex1A4D284203046883214
Octal32115501020601062106224
Binary1101010011011010001000010011000010001101000100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,77,40); }

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

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

 a { background-color: rgb(26,77,40); }

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

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

 span { border-color: rgb(26,77,40); }

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