#13322C

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

Shades of Racing Green #13322C

Tints of Racing Green #13322C

Color information

#13322C (or 0x13322C) is unknown color: approx Racing Green. HEX triplet: 13, 32 and 2C. RGB value is (19,50,44). Sum of RGB (Red+Green+Blue) = 19+50+44=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 50 - color contains mainly: green. Hex color #13322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13322C is #ECCDD3. Grayscale: #282828. Windows color (decimal): -15519188 or 2896403. OLE color: 2896403.

HSL color Cylindrical-coordinate representation of color #13322C: hue angle of 168.39º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13322C is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB195044-
CMYK0.6200.120.80
HSL168.39º44.93%13.53%-
HSV(B)168.39º62%19.61%-
XYZ1.862.62.79-
YUV40.05130.23112.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=16.81%
G=44.25%
B=38.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950440.6200.120.80168.3944.9313.53
Hex13322C3E0C50a82de
Octal236254760141202505516
Binary10011110010101100111110011001010000101010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13322C; }

 p { color: rgb(19,50,44); }

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

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

 a { background-color: rgb(19,50,44); }

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

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

 span { border-color: rgb(19,50,44); }

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