#183225

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

Shades of Cardin Green #183225

Tints of Cardin Green #183225

Color information

#183225 (or 0x183225) is unknown color: approx Cardin Green. HEX triplet: 18, 32 and 25. RGB value is (24,50,37). Sum of RGB (Red+Green+Blue) = 24+50+37=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #183225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183225 is #E7CDDA. Grayscale: #282828. Windows color (decimal): -15191515 or 2437656. OLE color: 2437656.

HSL color Cylindrical-coordinate representation of color #183225: hue angle of 150º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183225 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB245037-
CMYK0.5200.260.80
HSL150º35.14%14.51%-
HSV(B)150º52%19.61%-
XYZ1.852.612.16-
YUV40.74125.89116.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=21.62%
G=45.05%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450370.5200.260.8015035.1414.51
Hex1832253401A509623f
Octal306245640321202264317
Binary110001100101001011101000110101010000100101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183225; }

 p { color: rgb(24,50,37); }

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

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

 a { background-color: rgb(24,50,37); }

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

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

 span { border-color: rgb(24,50,37); }

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