#135929

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

Shades of Crusoe #135929

Tints of Crusoe #135929

Color information

#135929 (or 0x135929) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 29. RGB value is (19,89,41). Sum of RGB (Red+Green+Blue) = 19+89+41=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #135929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135929 is #ECA6D6. Grayscale: #3E3E3E. Windows color (decimal): -15509207 or 2709779. OLE color: 2709779.

HSL color Cylindrical-coordinate representation of color #135929: hue angle of 138.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135929 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB198941-
CMYK0.7900.540.65
HSL138.86º64.81%21.18%-
HSV(B)138.86º78.65%34.9%-
XYZ4.247.443.31-
YUV62.6115.8196.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=12.75%
G=59.73%
B=27.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989410.7900.540.65138.8664.8121.18
Hex1359294F036418b4115
Octal231315111706610121310125
Binary10011101100110100110011110110110100000110001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135929; }

 p { color: rgb(19,89,41); }

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

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

 a { background-color: rgb(19,89,41); }

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

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

 span { border-color: rgb(19,89,41); }

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