#132725

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

Shades of Racing Green #132725

Tints of Racing Green #132725

Color information

#132725 (or 0x132725) is unknown color: approx Racing Green. HEX triplet: 13, 27 and 25. RGB value is (19,39,37). Sum of RGB (Red+Green+Blue) = 19+39+37=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 39 - color contains mainly: green. Hex color #132725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132725 is #ECD8DA. Grayscale: #202020. Windows color (decimal): -15522011 or 2434835. OLE color: 2434835.

HSL color Cylindrical-coordinate representation of color #132725: hue angle of 174º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132725 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB193937-
CMYK0.5100.050.85
HSL174º34.48%11.37%-
HSV(B)174º51.28%15.29%-
XYZ1.331.722.01-
YUV32.79130.37118.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=20%
G=41.05%
B=38.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1939370.5100.050.8517434.4811.37
Hex132725330555ae22b
Octal23474563051252564213
Binary1001110011110010111001101011010101101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132725; }

 p { color: rgb(19,39,37); }

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

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

 a { background-color: rgb(19,39,37); }

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

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

 span { border-color: rgb(19,39,37); }

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