#123326

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

Shades of Cardin Green #123326

Tints of Cardin Green #123326

Color information

#123326 (or 0x123326) is unknown color: approx Cardin Green. HEX triplet: 12, 33 and 26. RGB value is (18,51,38). Sum of RGB (Red+Green+Blue) = 18+51+38=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #123326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123326 is #EDCCD9. Grayscale: #272727. Windows color (decimal): -15584474 or 2503442. OLE color: 2503442.

HSL color Cylindrical-coordinate representation of color #123326: hue angle of 156.36º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123326 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB185138-
CMYK0.6500.250.8
HSL156.36º47.83%13.53%-
HSV(B)156.36º64.71%20%-
XYZ1.782.642.25-
YUV39.65127.07112.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 51 (20.31% from 255) = 47.66%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=16.82%
G=47.66%
B=35.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1851380.6500.250.8156.3647.8313.53
Hex12332641019509c30e
Octal2263461010311202346016
Binary1001011001110011010000010110011010000100111001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123326; }

 p { color: rgb(18,51,38); }

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

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

 a { background-color: rgb(18,51,38); }

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

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

 span { border-color: rgb(18,51,38); }

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