Html Css Color HEX #133222 Cardin Green

📋 copy color: '#133222'

red 19 ◦ green 50 ◦ blue 34

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

Shades of Cardin Green #133222

Tints of Cardin Green #133222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 48.54%

 BLUE value IS 34 (13.67% from 255) = 33.01%

R = 18.45%
G = 48.54%
B = 33.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#133222 (or 0x133222) is known color: Cardin Green. HEX triplet: 13, 32 and 22. RGB value is (19,50,34). Sum of RGB (Red+Green+Blue) = 19+50+34=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #133222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133222 is #ECCDDD. Grayscale: #262626. Windows color (decimal): -15519198 or 2241043. OLE color: 2241043.

HSL color Cylindrical-coordinate representation of color #133222: hue angle of 149.03º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133222 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 34 -
CMYK 0.62 0 0.32 0.80
HSL 149.03º 0.45% 0.14% -
HSV(B) 149.03º 0.62% 0.2% -
XYZ 1.7 2.54 1.91 -
YUV 38.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 19 50 34 0.62 0 0.32 0.80 149.03 0.45 0.14
Hex 13 32 22 3E 0 20 50 95 2D E
Octal 23 62 42 76 0 40 120 225 55 16
Binary 10011 110010 100010 111110 0 100000 1010000 10010101 101101 1110

Color Harmonies of #133222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133222

Black with #133222

Text Example


Text Example

White with #133222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133222; }

 p { color: rgb(19,50,34); }

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

background-color css

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

 a { background-color: rgb(19,50,34); }

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

border-color css

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

 span { border-color: rgb(19,50,34); }

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