#123533

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

Shades of Nordic #123533

Tints of Nordic #123533

Color information

#123533 (or 0x123533) is unknown color: approx Nordic. HEX triplet: 12, 35 and 33. RGB value is (18,53,51). Sum of RGB (Red+Green+Blue) = 18+53+51=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #123533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123533 is #EDCACC. Grayscale: #2A2A2A. Windows color (decimal): -15583949 or 3355922. OLE color: 3355922.

HSL color Cylindrical-coordinate representation of color #123533: hue angle of 176.57º 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 #123533 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB185351-
CMYK0.6600.040.79
HSL176.57º49.3%13.92%-
HSV(B)176.57º66.04%20.78%-
XYZ2.122.913.58-
YUV42.31132.9110.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=14.75%
G=43.44%
B=41.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853510.6600.040.79176.5749.313.92
Hex12353342044Fb131e
Octal226563102041172616116
Binary10010110101110011100001001001001111101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123533; }

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

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

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

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

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

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

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

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