#135127

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

Shades of Crusoe #135127

Tints of Crusoe #135127

Color information

#135127 (or 0x135127) is unknown color: approx Crusoe. HEX triplet: 13, 51 and 27. RGB value is (19,81,39). Sum of RGB (Red+Green+Blue) = 19+81+39=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #135127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135127 is #ECAED8. Grayscale: #393939. Windows color (decimal): -15511257 or 2576659. OLE color: 2576659.

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

Color convert

RGB198139-
CMYK0.7700.520.68
HSL139.35º62%19.61%-
HSV(B)139.35º76.54%31.76%-
XYZ3.586.172.92-
YUV57.67117.46100.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=13.67%
G=58.27%
B=28.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981390.7700.520.68139.356219.61
Hex1351274D034448b3e14
Octal23121471150641042137624
Binary1001110100011001111001101011010010001001000101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135127; }

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

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

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

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

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

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

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

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