#13322A

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

Shades of Racing Green #13322A

Tints of Racing Green #13322A

Color information

#13322A (or 0x13322A) is unknown color: approx Racing Green. HEX triplet: 13, 32 and 2A. RGB value is (19,50,42). Sum of RGB (Red+Green+Blue) = 19+50+42=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #13322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13322A is #ECCDD5. Grayscale: #272727. Windows color (decimal): -15519190 or 2765331. OLE color: 2765331.

HSL color Cylindrical-coordinate representation of color #13322A: hue angle of 164.52º 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 #13322A is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB195042-
CMYK0.6200.160.80
HSL164.52º44.93%13.53%-
HSV(B)164.52º62%19.61%-
XYZ1.832.592.59-
YUV39.82129.23113.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=17.12%
G=45.05%
B=37.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1950420.6200.160.80164.5244.9313.53
Hex13322A3E01050a52de
Octal236252760201202455516
Binary100111100101010101111100100001010000101001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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