#135C25

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

Shades of Crusoe #135C25

Tints of Crusoe #135C25

Color information

#135C25 (or 0x135C25) is unknown color: approx Crusoe. HEX triplet: 13, 5C and 25. RGB value is (19,92,37). Sum of RGB (Red+Green+Blue) = 19+92+37=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #135C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C25 is #ECA3DA. Grayscale: #404040. Windows color (decimal): -15508443 or 2448403. OLE color: 2448403.

HSL color Cylindrical-coordinate representation of color #135C25: hue angle of 134.79º 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 #135C25 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB199237-
CMYK0.7900.600.64
HSL134.79º65.77%21.76%-
HSV(B)134.79º79.35%36.08%-
XYZ4.437.933.05-
YUV63.9112.8295.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 37 (14.84% from 255) = 25%
R=12.84%
G=62.16%
B=25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992370.7900.600.64134.7965.7721.76
Hex135C254F03C40874216
Octal231344511707410020710226
Binary10011101110010010110011110111100100000010000111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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