#136721

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

Shades of Crusoe #136721

Tints of Crusoe #136721

Color information

#136721 (or 0x136721) is unknown color: approx Crusoe. HEX triplet: 13, 67 and 21. RGB value is (19,103,33). Sum of RGB (Red+Green+Blue) = 19+103+33=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 103 (40.62% from 255 or 66.45% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 103 - color contains mainly: green. Hex color #136721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136721 is #EC98DE. Grayscale: #464646. Windows color (decimal): -15505631 or 2189075. OLE color: 2189075.

HSL color Cylindrical-coordinate representation of color #136721: hue angle of 130º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136721 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1910333-
CMYK0.8200.680.60
HSL130º68.85%23.92%-
HSV(B)130º81.55%40.39%-
XYZ5.399.953.07-
YUV69.9107.1791.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 103 (40.62% from 255) = 66.45%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=12.26%
G=66.45%
B=21.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103330.8200.680.6013068.8523.92
Hex136721520443C824518
Octal231474112201047420210530
Binary10011110011110000110100100100010011110010000010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136721; }

 p { color: rgb(19,103,33); }

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

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

 a { background-color: rgb(19,103,33); }

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

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

 span { border-color: rgb(19,103,33); }

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