#13362E

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

Shades of Racing Green #13362E

Tints of Racing Green #13362E

Color information

#13362E (or 0x13362E) is unknown color: approx Racing Green. HEX triplet: 13, 36 and 2E. RGB value is (19,54,46). Sum of RGB (Red+Green+Blue) = 19+54+46=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #13362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13362E is #ECC9D1. Grayscale: #2A2A2A. Windows color (decimal): -15518162 or 3028499. OLE color: 3028499.

HSL color Cylindrical-coordinate representation of color #13362E: hue angle of 166.29º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13362E is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB195446-
CMYK0.6500.150.79
HSL166.29º47.95%14.31%-
HSV(B)166.29º64.81%21.18%-
XYZ2.082.973.05-
YUV42.62129.9111.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=15.97%
G=45.38%
B=38.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954460.6500.150.79166.2947.9514.31
Hex13362E410F4Fa630e
Octal2366561010171172466016
Binary100111101101011101000001011111001111101001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13362E; }

 p { color: rgb(19,54,46); }

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

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

 a { background-color: rgb(19,54,46); }

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

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

 span { border-color: rgb(19,54,46); }

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