Html Css Color HEX #153528 Cardin Green

📋 copy color: '#153528'

red 21 ◦ green 53 ◦ blue 40

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

Shades of Cardin Green #153528

Tints of Cardin Green #153528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.49%

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 18.42%
G = 46.49%
B = 35.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#153528 (or 0x153528) is known color: Cardin Green. HEX triplet: 15, 35 and 28. RGB value is (21,53,40). Sum of RGB (Red+Green+Blue) = 21+53+40=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #153528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153528 is #EACAD7. Grayscale: #292929. Windows color (decimal): -15387352 or 2635029. OLE color: 2635029.

HSL color Cylindrical-coordinate representation of color #153528: hue angle of 155.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153528 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 53 40 -
CMYK 0.60 0 0.25 0.79
HSL 155.63º 0.43% 0.15% -
HSV(B) 155.63º 0.6% 0.21% -
XYZ 1.97 2.86 2.46 -
YUV 41.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 21 53 40 0.60 0 0.25 0.79 155.63 0.43 0.15
Hex 15 35 28 3C 0 19 4F 9C 2B F
Octal 25 65 50 74 0 31 117 234 53 17
Binary 10101 110101 101000 111100 0 11001 1001111 10011100 101011 1111

Color Harmonies of #153528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153528

Black with #153528

Text Example


Text Example

White with #153528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153528; }

 p { color: rgb(21,53,40); }

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

background-color css

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

 a { background-color: rgb(21,53,40); }

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

border-color css

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

 span { border-color: rgb(21,53,40); }

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