Html Css Color HEX #153525 Cardin Green

📋 copy color: '#153525'

red 21 ◦ green 53 ◦ blue 37

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

Shades of Cardin Green #153525

Tints of Cardin Green #153525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 18.92%
G = 47.75%
B = 33.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#153525 (or 0x153525) is known color: Cardin Green. HEX triplet: 15, 35 and 25. RGB value is (21,53,37). Sum of RGB (Red+Green+Blue) = 21+53+37=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #153525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153525 is #EACADA. Grayscale: #292929. Windows color (decimal): -15387355 or 2438421. OLE color: 2438421.

HSL color Cylindrical-coordinate representation of color #153525: hue angle of 150º 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 #153525 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 53 37 -
CMYK 0.60 0 0.30 0.79
HSL 150º 0.43% 0.15% -
HSV(B) 150º 0.6% 0.21% -
XYZ 1.92 2.84 2.2 -
YUV 41.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 21 53 37 0.60 0 0.30 0.79 150 0.43 0.15
Hex 15 35 25 3C 0 1E 4F 96 2B F
Octal 25 65 45 74 0 36 117 226 53 17
Binary 10101 110101 100101 111100 0 11110 1001111 10010110 101011 1111

Color Harmonies of #153525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153525

Black with #153525

Text Example


Text Example

White with #153525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153525; }

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

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

background-color css

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

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

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

border-color css

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

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

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