#153222

Color #153222 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #153222

Tints of Cardin Green #153222

Color information

#153222 (or 0x153222) is unknown color: approx Cardin Green. HEX triplet: 15, 32 and 22. RGB value is (21,50,34). Sum of RGB (Red+Green+Blue) = 21+50+34=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #153222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153222 is #EACDDD. Grayscale: #272727. Windows color (decimal): -15388126 or 2241045. OLE color: 2241045.

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

Color convert

RGB215034-
CMYK0.5800.320.80
HSL146.9º40.85%13.92%-
HSV(B)146.9º58%19.61%-
XYZ1.742.561.92-
YUV39.5124.89114.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 34 (13.67% from 255) = 32.38%
R=20%
G=47.62%
B=32.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150340.5800.320.80146.940.8513.92
Hex1532223A020509329e
Octal256242720401202235116
Binary1010111001010001011101001000001010000100100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153222; }

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

 H1.HeaderClassName
 {
   color: #153222;
 }
 .AnyTagClassName
 {
   color: #153222;
 }
</style>
background-color css

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

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

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

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

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

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