Html Css Color HEX #132523 Racing Green

📋 copy color: '#132523'

red 19 ◦ green 37 ◦ blue 35

#132523
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #132523

Tints of Racing Green #132523

RGB

 RED value IS 19 (7.81% from 255) = 20.88%

 GREEN value IS 37 (14.84% from 255) = 40.66%

 BLUE value IS 35 (14.06% from 255) = 38.46%

R = 20.88%
G = 40.66%
B = 38.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#132523 (or 0x132523) is known color: Racing Green. HEX triplet: 13, 25 and 23. RGB value is (19,37,35). Sum of RGB (Red+Green+Blue) = 19+37+35=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 37 - color contains mainly: green. Hex color #132523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132523 is #ECDADC. Grayscale: #1F1F1F. Windows color (decimal): -15522525 or 2303251. OLE color: 2303251.

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

Color convert

RGB 19 37 35 -
CMYK 0.49 0 0.05 0.85
HSL 173.33º 0.32% 0.11% -
HSV(B) 173.33º 0.49% 0.15% -
XYZ 1.23 1.58 1.83 -
YUV 31.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 19 37 35 0.49 0 0.05 0.85 173.33 0.32 0.11
Hex 13 25 23 31 0 5 55 AD 20 B
Octal 23 45 43 61 0 5 125 255 40 13
Binary 10011 100101 100011 110001 0 101 1010101 10101101 100000 1011

Color Harmonies of #132523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132523

Black with #132523

Text Example


Text Example

White with #132523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132523; }

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

 H1.HeaderClassName
 {
   color: #132523;
 }
 .AnyTagClassName
 {
   color: #132523;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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