#183125

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

Shades of Cardin Green #183125

Tints of Cardin Green #183125

Color information

#183125 (or 0x183125) is unknown color: approx Cardin Green. HEX triplet: 18, 31 and 25. RGB value is (24,49,37). Sum of RGB (Red+Green+Blue) = 24+49+37=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #183125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183125 is #E7CEDA. Grayscale: #282828. Windows color (decimal): -15191771 or 2437400. OLE color: 2437400.

HSL color Cylindrical-coordinate representation of color #183125: hue angle of 151.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #183125 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB244937-
CMYK0.5100.240.81
HSL151.2º34.25%14.31%-
HSV(B)151.2º51.02%19.22%-
XYZ1.812.522.14-
YUV40.16126.22116.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=21.82%
G=44.55%
B=33.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2449370.5100.240.81151.234.2514.31
Hex18312533018519722e
Octal306145630301212274216
Binary110001100011001011100110110001010001100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183125; }

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

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

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

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

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

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

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

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