#153325

Color #153325 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #153325

Tints of Cardin Green #153325

Color information

#153325 (or 0x153325) is unknown color: approx Cardin Green. HEX triplet: 15, 33 and 25. RGB value is (21,51,37). Sum of RGB (Red+Green+Blue) = 21+51+37=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #153325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153325 is #EACCDA. Grayscale: #282828. Windows color (decimal): -15387867 or 2437909. OLE color: 2437909.

HSL color Cylindrical-coordinate representation of color #153325: hue angle of 152º 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 #153325 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB215137-
CMYK0.5900.270.8
HSL152º41.67%14.12%-
HSV(B)152º58.82%20%-
XYZ1.832.662.17-
YUV40.43126.06114.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=19.27%
G=46.79%
B=33.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2151370.5900.270.815241.6714.12
Hex1533253B01B50982ae
Octal256345730331202305216
Binary101011100111001011110110110111010000100110001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153325; }

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

 H1.HeaderClassName
 {
   color: #153325;
 }
 .AnyTagClassName
 {
   color: #153325;
 }
</style>
background-color css

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

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

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

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

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

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