#123433

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

Shades of Nordic #123433

Tints of Nordic #123433

Color information

#123433 (or 0x123433) is unknown color: approx Nordic. HEX triplet: 12, 34 and 33. RGB value is (18,52,51). Sum of RGB (Red+Green+Blue) = 18+52+51=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #123433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123433 is #EDCBCC. Grayscale: #292929. Windows color (decimal): -15584205 or 3355666. OLE color: 3355666.

HSL color Cylindrical-coordinate representation of color #123433: hue angle of 178.24º degrees, saturation: 0.49, 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 #123433 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB185251-
CMYK0.6500.020.80
HSL178.24º48.57%13.73%-
HSV(B)178.24º65.38%20.39%-
XYZ2.072.823.57-
YUV41.72133.24111.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=14.88%
G=42.98%
B=42.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852510.6500.020.80178.2448.5713.73
Hex123433410250b231e
Octal226463101021202626116
Binary1001011010011001110000010101010000101100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123433; }

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

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

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

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

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

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

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

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