Html Css Color HEX #132521 Racing Green

📋 copy color: '#132521'

red 19 ◦ green 37 ◦ blue 33

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

Shades of Racing Green #132521

Tints of Racing Green #132521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 37.08%

R = 21.35%
G = 41.57%
B = 37.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#132521 (or 0x132521) is known color: Racing Green. HEX triplet: 13, 25 and 21. RGB value is (19,37,33). Sum of RGB (Red+Green+Blue) = 19+37+33=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #132521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132521 is #ECDADE. Grayscale: #1F1F1F. Windows color (decimal): -15522527 or 2172179. OLE color: 2172179.

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

Color convert

RGB 19 37 33 -
CMYK 0.49 0 0.11 0.85
HSL 166.67º 0.32% 0.11% -
HSV(B) 166.67º 0.49% 0.15% -
XYZ 1.2 1.57 1.68 -
YUV 31.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 19 37 33 0.49 0 0.11 0.85 166.67 0.32 0.11
Hex 13 25 21 31 0 B 55 A7 20 B
Octal 23 45 41 61 0 13 125 247 40 13
Binary 10011 100101 100001 110001 0 1011 1010101 10100111 100000 1011

Color Harmonies of #132521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132521

Black with #132521

Text Example


Text Example

White with #132521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132521; }

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

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

background-color css

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

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

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

border-color css

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

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

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