#136722

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

Shades of Crusoe #136722

Tints of Crusoe #136722

Color information

#136722 (or 0x136722) is unknown color: approx Crusoe. HEX triplet: 13, 67 and 22. RGB value is (19,103,34). Sum of RGB (Red+Green+Blue) = 19+103+34=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #136722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136722 is #EC98DD. Grayscale: #464646. Windows color (decimal): -15505630 or 2254611. OLE color: 2254611.

HSL color Cylindrical-coordinate representation of color #136722: hue angle of 130.71º 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 #136722 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB1910334-
CMYK0.8200.670.60
HSL130.71º68.85%23.92%-
HSV(B)130.71º81.55%40.39%-
XYZ5.419.953.15-
YUV70.02107.6791.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 103 (40.62% from 255) = 66.03%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=12.18%
G=66.03%
B=21.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103340.8200.670.60130.7168.8523.92
Hex136722520433C834518
Octal231474212201037420310530
Binary10011110011110001010100100100001111110010000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136722; }

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

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

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

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

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

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

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

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