#135426

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

Shades of Crusoe #135426

Tints of Crusoe #135426

Color information

#135426 (or 0x135426) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 26. RGB value is (19,84,38). Sum of RGB (Red+Green+Blue) = 19+84+38=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #135426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135426 is #ECABD9. Grayscale: #3B3B3B. Windows color (decimal): -15510490 or 2511891. OLE color: 2511891.

HSL color Cylindrical-coordinate representation of color #135426: hue angle of 137.54º 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 #135426 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB198438-
CMYK0.7700.550.67
HSL137.54º63.11%20.2%-
HSV(B)137.54º77.38%32.94%-
XYZ3.796.622.91-
YUV59.32115.9799.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 84 (33.20% from 255) = 59.57%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=13.48%
G=59.57%
B=26.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984380.7700.550.67137.5463.1120.2
Hex1354264D037438a3f14
Octal23124461150671032127724
Binary1001110101001001101001101011011110000111000101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135426; }

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

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

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

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

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

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

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

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