Html Css Color HEX #132920 Cardin Green

📋 copy color: '#132920'

red 19 ◦ green 41 ◦ blue 32

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

Shades of Cardin Green #132920

Tints of Cardin Green #132920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.57%

 BLUE value IS 32 (12.89% from 255) = 34.78%

R = 20.65%
G = 44.57%
B = 34.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#132920 (or 0x132920) is known color: Cardin Green. HEX triplet: 13, 29 and 20. RGB value is (19,41,32). Sum of RGB (Red+Green+Blue) = 19+41+32=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #132920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132920 is #ECD6DF. Grayscale: #212121. Windows color (decimal): -15521504 or 2107667. OLE color: 2107667.

HSL color Cylindrical-coordinate representation of color #132920: hue angle of 155.45º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132920 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 32 -
CMYK 0.54 0 0.22 0.84
HSL 155.45º 0.37% 0.12% -
HSV(B) 155.45º 0.54% 0.16% -
XYZ 1.32 1.83 1.65 -
YUV 33.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 19 41 32 0.54 0 0.22 0.84 155.45 0.37 0.12
Hex 13 29 20 36 0 16 54 9B 25 C
Octal 23 51 40 66 0 26 124 233 45 14
Binary 10011 101001 100000 110110 0 10110 1010100 10011011 100101 1100

Color Harmonies of #132920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132920

Black with #132920

Text Example


Text Example

White with #132920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132920; }

 p { color: rgb(19,41,32); }

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

background-color css

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

 a { background-color: rgb(19,41,32); }

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

border-color css

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

 span { border-color: rgb(19,41,32); }

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