Html Css Color HEX #123837 Nordic

📋 copy color: '#123837'

red 18 ◦ green 56 ◦ blue 55

#123837
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #123837

Tints of Nordic #123837

RGB

 RED value IS 18 (7.42% from 255) = 13.95%

 GREEN value IS 56 (22.27% from 255) = 43.41%

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 13.95%
G = 43.41%
B = 42.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#123837 (or 0x123837) is known color: Nordic. HEX triplet: 12, 38 and 37. RGB value is (18,56,55). Sum of RGB (Red+Green+Blue) = 18+56+55=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #123837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123837 is #EDC7C8. Grayscale: #2C2C2C. Windows color (decimal): -15583177 or 3618834. OLE color: 3618834.

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

Color convert

RGB 18 56 55 -
CMYK 0.68 0 0.02 0.78
HSL 178.42º 0.51% 0.15% -
HSV(B) 178.42º 0.68% 0.22% -
XYZ 2.35 3.23 4.11 -
YUV 44.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 18 56 55 0.68 0 0.02 0.78 178.42 0.51 0.15
Hex 12 38 37 44 0 2 4E B2 33 F
Octal 22 70 67 104 0 2 116 262 63 17
Binary 10010 111000 110111 1000100 0 10 1001110 10110010 110011 1111

Color Harmonies of #123837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123837

Black with #123837

Text Example


Text Example

White with #123837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123837; }

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

 H1.HeaderClassName
 {
   color: #123837;
 }
 .AnyTagClassName
 {
   color: #123837;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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