#123534

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

Shades of Nordic #123534

Tints of Nordic #123534

Color information

#123534 (or 0x123534) is unknown color: approx Nordic. HEX triplet: 12, 35 and 34. RGB value is (18,53,52). Sum of RGB (Red+Green+Blue) = 18+53+52=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #123534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123534 is #EDCACB. Grayscale: #2A2A2A. Windows color (decimal): -15583948 or 3421458. OLE color: 3421458.

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

Color convert

RGB185352-
CMYK0.6600.020.79
HSL178.29º49.3%13.92%-
HSV(B)178.29º66.04%20.78%-
XYZ2.142.923.7-
YUV42.42133.4110.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=14.63%
G=43.09%
B=42.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853520.6600.020.79178.2949.313.92
Hex12353442024Fb231e
Octal226564102021172626116
Binary1001011010111010010000100101001111101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123534; }

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

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

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

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

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

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

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

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