Html Css Color HEX #153224 Cardin Green

📋 copy color: '#153224'

red 21 ◦ green 50 ◦ blue 36

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

Shades of Cardin Green #153224

Tints of Cardin Green #153224

RGB

 RED value IS 21 (8.59% from 255) = 19.63%

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

 BLUE value IS 36 (14.45% from 255) = 33.64%

R = 19.63%
G = 46.73%
B = 33.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#153224 (or 0x153224) is known color: Cardin Green. HEX triplet: 15, 32 and 24. RGB value is (21,50,36). Sum of RGB (Red+Green+Blue) = 21+50+36=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #153224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153224 is #EACDDB. Grayscale: #272727. Windows color (decimal): -15388124 or 2372117. OLE color: 2372117.

HSL color Cylindrical-coordinate representation of color #153224: hue angle of 151.03º 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 #153224 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 36 -
CMYK 0.58 0 0.28 0.80
HSL 151.03º 0.41% 0.14% -
HSV(B) 151.03º 0.58% 0.2% -
XYZ 1.77 2.57 2.07 -
YUV 39.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 21 50 36 0.58 0 0.28 0.80 151.03 0.41 0.14
Hex 15 32 24 3A 0 1C 50 97 29 E
Octal 25 62 44 72 0 34 120 227 51 16
Binary 10101 110010 100100 111010 0 11100 1010000 10010111 101001 1110

Color Harmonies of #153224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153224

Black with #153224

Text Example


Text Example

White with #153224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153224; }

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

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

background-color css

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

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

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

border-color css

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

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

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