#123623

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

Shades of Cardin Green #123623

Tints of Cardin Green #123623

Color information

#123623 (or 0x123623) is unknown color: approx Cardin Green. HEX triplet: 12, 36 and 23. RGB value is (18,54,35). Sum of RGB (Red+Green+Blue) = 18+54+35=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #123623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123623 is #EDC9DC. Grayscale: #292929. Windows color (decimal): -15583709 or 2307602. OLE color: 2307602.

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

Color convert

RGB185435-
CMYK0.6700.350.79
HSL148.33º50%14.12%-
HSV(B)148.33º66.67%21.18%-
XYZ1.872.892.05-
YUV41.07124.57111.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 54 (21.48% from 255) = 50.47%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=16.82%
G=50.47%
B=32.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854350.6700.350.79148.335014.12
Hex123623430234F9432e
Octal2266431030431172246216
Binary10010110110100011100001101000111001111100101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123623; }

 p { color: rgb(18,54,35); }

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

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

 a { background-color: rgb(18,54,35); }

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

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

 span { border-color: rgb(18,54,35); }

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