Html Css Color HEX #153324 Cardin Green

📋 copy color: '#153324'

red 21 ◦ green 51 ◦ blue 36

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

Shades of Cardin Green #153324

Tints of Cardin Green #153324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 47.22%

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

R = 19.44%
G = 47.22%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#153324 (or 0x153324) is known color: Cardin Green. HEX triplet: 15, 33 and 24. RGB value is (21,51,36). Sum of RGB (Red+Green+Blue) = 21+51+36=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #153324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153324 is #EACCDB. Grayscale: #282828. Windows color (decimal): -15387868 or 2372373. OLE color: 2372373.

HSL color Cylindrical-coordinate representation of color #153324: hue angle of 150º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #153324 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 51 36 -
CMYK 0.59 0 0.29 0.8
HSL 150º 0.42% 0.14% -
HSV(B) 150º 0.59% 0.2% -
XYZ 1.81 2.65 2.09 -
YUV 40.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 21 51 36 0.59 0 0.29 0.8 150 0.42 0.14
Hex 15 33 24 3B 0 1D 50 96 2A E
Octal 25 63 44 73 0 35 120 226 52 16
Binary 10101 110011 100100 111011 0 11101 1010000 10010110 101010 1110

Color Harmonies of #153324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153324

Black with #153324

Text Example


Text Example

White with #153324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153324; }

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

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

background-color css

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

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

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

border-color css

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

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

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