#13650B

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

Shades of Green #13650B

Tints of Green #13650B

Color information

#13650B (or 0x13650B) is unknown color: approx Green. HEX triplet: 13, 65 and 0B. RGB value is (19,101,11). Sum of RGB (Red+Green+Blue) = 19+101+11=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #13650B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13650B is #EC9AF4. Grayscale: #424242. Windows color (decimal): -15506165 or 746771. OLE color: 746771.

HSL color Cylindrical-coordinate representation of color #13650B: hue angle of 114.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13650B is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1910111-
CMYK0.8100.890.60
HSL114.67º80.36%21.96%-
HSV(B)114.67º89.11%39.61%-
XYZ4.989.471.88-
YUV66.2296.8394.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 101 (39.84% from 255) = 77.10%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=14.50%
G=77.10%
B=8.40%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101110.8100.890.60114.6780.3621.96
Hex1365B510593C735016
Octal231451312101317416312026
Binary10011110010110111010001010110011111001110011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13650B; }

 p { color: rgb(19,101,11); }

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

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

 a { background-color: rgb(19,101,11); }

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

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

 span { border-color: rgb(19,101,11); }

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