#123527

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

Shades of Cardin Green #123527

Tints of Cardin Green #123527

Color information

#123527 (or 0x123527) is unknown color: approx Cardin Green. HEX triplet: 12, 35 and 27. RGB value is (18,53,39). Sum of RGB (Red+Green+Blue) = 18+53+39=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 53 - color contains mainly: green. Hex color #123527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123527 is #EDCAD8. Grayscale: #282828. Windows color (decimal): -15583961 or 2569490. OLE color: 2569490.

HSL color Cylindrical-coordinate representation of color #123527: hue angle of 156º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123527 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB185339-
CMYK0.6600.260.79
HSL156º49.3%13.92%-
HSV(B)156º66.04%20.78%-
XYZ1.892.822.36-
YUV40.94126.9111.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=16.36%
G=48.18%
B=35.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853390.6600.260.7915649.313.92
Hex1235274201A4F9c31e
Octal2265471020321172346116
Binary1001011010110011110000100110101001111100111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123527; }

 p { color: rgb(18,53,39); }

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

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

 a { background-color: rgb(18,53,39); }

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

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

 span { border-color: rgb(18,53,39); }

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