#133530

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

Shades of Racing Green #133530

Tints of Racing Green #133530

Color information

#133530 (or 0x133530) is unknown color: approx Racing Green. HEX triplet: 13, 35 and 30. RGB value is (19,53,48). Sum of RGB (Red+Green+Blue) = 19+53+48=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #133530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133530 is #ECCACF. Grayscale: #2A2A2A. Windows color (decimal): -15518416 or 3159315. OLE color: 3159315.

HSL color Cylindrical-coordinate representation of color #133530: hue angle of 171.18º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #133530 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB195348-
CMYK0.6400.090.79
HSL171.18º47.22%14.12%-
HSV(B)171.18º64.15%20.78%-
XYZ2.082.93.25-
YUV42.26131.24111.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 48 (19.14% from 255) = 40%
R=15.83%
G=44.17%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1953480.6400.090.79171.1847.2214.12
Hex13353040094Fab2fe
Octal2365601000111172535716
Binary100111101011100001000000010011001111101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133530; }

 p { color: rgb(19,53,48); }

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

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

 a { background-color: rgb(19,53,48); }

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

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

 span { border-color: rgb(19,53,48); }

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