Html Css Color HEX #153424 Cardin Green

📋 copy color: '#153424'

red 21 ◦ green 52 ◦ blue 36

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

Shades of Cardin Green #153424

Tints of Cardin Green #153424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

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

R = 19.27%
G = 47.71%
B = 33.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#153424 (or 0x153424) is known color: Cardin Green. HEX triplet: 15, 34 and 24. RGB value is (21,52,36). Sum of RGB (Red+Green+Blue) = 21+52+36=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #153424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153424 is #EACBDB. Grayscale: #282828. Windows color (decimal): -15387612 or 2372629. OLE color: 2372629.

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

Color convert

RGB 21 52 36 -
CMYK 0.60 0 0.31 0.80
HSL 149.03º 0.42% 0.14% -
HSV(B) 149.03º 0.6% 0.2% -
XYZ 1.86 2.74 2.1 -
YUV 40.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 21 52 36 0.60 0 0.31 0.80 149.03 0.42 0.14
Hex 15 34 24 3C 0 1F 50 95 2A E
Octal 25 64 44 74 0 37 120 225 52 16
Binary 10101 110100 100100 111100 0 11111 1010000 10010101 101010 1110

Color Harmonies of #153424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153424

Black with #153424

Text Example


Text Example

White with #153424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153424; }

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

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

background-color css

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

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

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

border-color css

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

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

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