#123826

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

Shades of Cardin Green #123826

Tints of Cardin Green #123826

Color information

#123826 (or 0x123826) is unknown color: approx Cardin Green. HEX triplet: 12, 38 and 26. RGB value is (18,56,38). Sum of RGB (Red+Green+Blue) = 18+56+38=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #123826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123826 is #EDC7D9. Grayscale: #2A2A2A. Windows color (decimal): -15583194 or 2504722. OLE color: 2504722.

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

Color convert

RGB185638-
CMYK0.6800.320.78
HSL151.58º51.35%14.51%-
HSV(B)151.58º67.86%21.96%-
XYZ2.013.12.33-
YUV42.59125.41110.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 56 (22.27% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 33.93%
R=16.07%
G=50%
B=33.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856380.6800.320.78151.5851.3514.51
Hex123826440204E9833f
Octal2270461040401162306317
Binary10010111000100110100010001000001001110100110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123826; }

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

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

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

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

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

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

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

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