#135C30

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

Shades of Crusoe #135C30

Tints of Crusoe #135C30

Color information

#135C30 (or 0x135C30) is unknown color: approx Crusoe. HEX triplet: 13, 5C and 30. RGB value is (19,92,48). Sum of RGB (Red+Green+Blue) = 19+92+48=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #135C30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C30 is #ECA3CF. Grayscale: #414141. Windows color (decimal): -15508432 or 3169299. OLE color: 3169299.

HSL color Cylindrical-coordinate representation of color #135C30: hue angle of 143.84º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135C30 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB199248-
CMYK0.7900.480.64
HSL143.84º65.77%21.76%-
HSV(B)143.84º79.35%36.08%-
XYZ4.638.014.1-
YUV65.16118.3295.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 92 (36.33% from 255) = 57.86%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=11.95%
G=57.86%
B=30.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992480.7900.480.64143.8465.7721.76
Hex135C304F03040904216
Octal231346011706010022010226
Binary10011101110011000010011110110000100000010010000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135C30; }

 p { color: rgb(19,92,48); }

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

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

 a { background-color: rgb(19,92,48); }

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

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

 span { border-color: rgb(19,92,48); }

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