#1A5127

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

Shades of Crusoe #1A5127

Tints of Crusoe #1A5127

Color information

#1A5127 (or 0x1A5127) is unknown color: approx Crusoe. HEX triplet: 1A, 51 and 27. RGB value is (26,81,39). Sum of RGB (Red+Green+Blue) = 26+81+39=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #1A5127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A5127 is #E5AED8. Grayscale: #3B3B3B. Windows color (decimal): -15052505 or 2576666. OLE color: 2576666.

HSL color Cylindrical-coordinate representation of color #1A5127: hue angle of 134.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A5127 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB268139-
CMYK0.6800.520.68
HSL134.18º51.4%20.98%-
HSV(B)134.18º67.9%31.76%-
XYZ3.736.252.93-
YUV59.77116.28103.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.81%
GREEN value IS 81 (32.03% from 255) = 55.48%
BLUE value IS 39 (15.62% from 255) = 26.71%
R=17.81%
G=55.48%
B=26.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2681390.6800.520.68134.1851.420.98
Hex1A51274403444863315
Octal32121471040641042066325
Binary1101010100011001111000100011010010001001000011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,81,39); }

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

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

 a { background-color: rgb(26,81,39); }

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

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

 span { border-color: rgb(26,81,39); }

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