#123726

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

Shades of Cardin Green #123726

Tints of Cardin Green #123726

Color information

#123726 (or 0x123726) is unknown color: approx Cardin Green. HEX triplet: 12, 37 and 26. RGB value is (18,55,38). Sum of RGB (Red+Green+Blue) = 18+55+38=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #123726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123726 is #EDC8D9. Grayscale: #2A2A2A. Windows color (decimal): -15583450 or 2504466. OLE color: 2504466.

HSL color Cylindrical-coordinate representation of color #123726: hue angle of 152.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123726 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB185538-
CMYK0.6700.310.78
HSL152.43º50.68%14.31%-
HSV(B)152.43º67.27%21.57%-
XYZ1.9732.31-
YUV42125.74110.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 55 (21.88% from 255) = 49.55%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=16.22%
G=49.55%
B=34.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855380.6700.310.78152.4350.6814.31
Hex1237264301F4E9833e
Octal2267461030371162306316
Binary1001011011110011010000110111111001110100110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123726; }

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

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

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

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

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

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

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

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