#133630

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

Shades of Racing Green #133630

Tints of Racing Green #133630

Color information

#133630 (or 0x133630) is unknown color: approx Racing Green. HEX triplet: 13, 36 and 30. RGB value is (19,54,48). Sum of RGB (Red+Green+Blue) = 19+54+48=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #133630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133630 is #ECC9CF. Grayscale: #2A2A2A. Windows color (decimal): -15518160 or 3159571. OLE color: 3159571.

HSL color Cylindrical-coordinate representation of color #133630: hue angle of 169.71º 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 #133630 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB195448-
CMYK0.6500.110.79
HSL169.71º47.95%14.31%-
HSV(B)169.71º64.81%21.18%-
XYZ2.122.993.26-
YUV42.85130.9110.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=15.70%
G=44.63%
B=39.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954480.6500.110.79169.7147.9514.31
Hex133630410B4Faa30e
Octal2366601010131172526016
Binary100111101101100001000001010111001111101010101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133630; }

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

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

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

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

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

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

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

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