#135F1B

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

Shades of Crusoe #135F1B

Tints of Crusoe #135F1B

Color information

#135F1B (or 0x135F1B) is unknown color: approx Crusoe. HEX triplet: 13, 5F and 1B. RGB value is (19,95,27). Sum of RGB (Red+Green+Blue) = 19+95+27=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 95 (37.5% from 255 or 67.38% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 95 - color contains mainly: green. Hex color #135F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F1B is #ECA0E4. Grayscale: #404040. Windows color (decimal): -15507685 or 1793811. OLE color: 1793811.

HSL color Cylindrical-coordinate representation of color #135F1B: hue angle of 126.32º 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 #135F1B is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB199527-
CMYK0.8000.720.63
HSL126.32º66.67%22.35%-
HSV(B)126.32º80%37.25%-
XYZ4.568.42.42-
YUV64.52106.8295.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 95 (37.5% from 255) = 67.38%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=13.48%
G=67.38%
B=19.15%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995270.8000.720.63126.3266.6722.35
Hex135F1B500483F7e4316
Octal231373312001107717610326
Binary100111011111110111010000010010001111111111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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