Html Css Color HEX #133120 Cardin Green

📋 copy color: '#133120'

red 19 ◦ green 49 ◦ blue 32

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

Shades of Cardin Green #133120

Tints of Cardin Green #133120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 49%

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

R = 19%
G = 49%
B = 32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#133120 (or 0x133120) is known color: Cardin Green. HEX triplet: 13, 31 and 20. RGB value is (19,49,32). Sum of RGB (Red+Green+Blue) = 19+49+32=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #133120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133120 is #ECCEDF. Grayscale: #262626. Windows color (decimal): -15519456 or 2109715. OLE color: 2109715.

HSL color Cylindrical-coordinate representation of color #133120: hue angle of 146º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133120 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 49 32 -
CMYK 0.61 0 0.35 0.81
HSL 146º 0.44% 0.13% -
HSV(B) 146º 0.61% 0.19% -
XYZ 1.63 2.44 1.75 -
YUV 38.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 19 49 32 0.61 0 0.35 0.81 146 0.44 0.13
Hex 13 31 20 3D 0 23 51 92 2C D
Octal 23 61 40 75 0 43 121 222 54 15
Binary 10011 110001 100000 111101 0 100011 1010001 10010010 101100 1101

Color Harmonies of #133120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133120

Black with #133120

Text Example


Text Example

White with #133120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133120; }

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

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

background-color css

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

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

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

border-color css

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

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

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