#135427

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

Shades of Crusoe #135427

Tints of Crusoe #135427

Color information

#135427 (or 0x135427) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 27. RGB value is (19,84,39). Sum of RGB (Red+Green+Blue) = 19+84+39=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 84 (33.20% from 255 or 59.15% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 84 - color contains mainly: green. Hex color #135427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135427 is #ECABD8. Grayscale: #3B3B3B. Windows color (decimal): -15510489 or 2577427. OLE color: 2577427.

HSL color Cylindrical-coordinate representation of color #135427: hue angle of 138.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135427 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB198439-
CMYK0.7700.540.67
HSL138.46º63.11%20.2%-
HSV(B)138.46º77.38%32.94%-
XYZ3.816.633-
YUV59.43116.4799.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 84 (33.20% from 255) = 59.15%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=13.38%
G=59.15%
B=27.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984390.7700.540.67138.4663.1120.2
Hex1354274D036438a3f14
Octal23124471150661032127724
Binary1001110101001001111001101011011010000111000101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135427; }

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

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

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

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

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

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

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

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