#135f33

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

Shades of Crusoe #135F33

Tints of Crusoe #135F33

Color information

#135F33 (or 0x135F33) is unknown color: approx Crusoe. HEX triplet: 13, 5F and 33. RGB value is (19,95,51). Sum of RGB (Red+Green+Blue) = 19+95+51=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #135F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F33 is #ECA0CC. Grayscale: #434343. Windows color (decimal): -15507661 or 3366675. OLE color: 3366675.

HSL color Cylindrical-coordinate representation of color #135F33: hue angle of 145.26º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F33 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB199551-
CMYK0.8000.460.63
HSL145.26º66.67%22.35%-
HSV(B)145.26º80%37.25%-
XYZ4.968.564.52-
YUV67.26118.8293.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 95 (37.5% from 255) = 57.58%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=11.52%
G=57.58%
B=30.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995510.8000.460.63145.2666.6722.35
Hex135F335002E3F914316
Octal23137631200567722110326
Binary1001110111111100111010000010111011111110010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135f33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,51); }

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

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

 a { background-color: rgb(19,95,51); }

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

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

 span { border-color: rgb(19,95,51); }

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