Html Css Color HEX #132624 Racing Green

📋 copy color: '#132624'

red 19 ◦ green 38 ◦ blue 36

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

Shades of Racing Green #132624

Tints of Racing Green #132624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.86%

 BLUE value IS 36 (14.45% from 255) = 38.71%

R = 20.43%
G = 40.86%
B = 38.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#132624 (or 0x132624) is known color: Racing Green. HEX triplet: 13, 26 and 24. RGB value is (19,38,36). Sum of RGB (Red+Green+Blue) = 19+38+36=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #132624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132624 is #ECD9DB. Grayscale: #202020. Windows color (decimal): -15522268 or 2369043. OLE color: 2369043.

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

Color convert

RGB 19 38 36 -
CMYK 0.50 0 0.05 0.85
HSL 173.68º 0.33% 0.11% -
HSV(B) 173.68º 0.5% 0.15% -
XYZ 1.28 1.65 1.92 -
YUV 32.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 19 38 36 0.50 0 0.05 0.85 173.68 0.33 0.11
Hex 13 26 24 32 0 5 55 AE 21 B
Octal 23 46 44 62 0 5 125 256 41 13
Binary 10011 100110 100100 110010 0 101 1010101 10101110 100001 1011

Color Harmonies of #132624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132624

Black with #132624

Text Example


Text Example

White with #132624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132624; }

 p { color: rgb(19,38,36); }

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

background-color css

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

 a { background-color: rgb(19,38,36); }

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

border-color css

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

 span { border-color: rgb(19,38,36); }

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