Html Css Color HEX #123636 Nordic

📋 copy color: '#123636'

red 18 ◦ green 54 ◦ blue 54

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

Shades of Nordic #123636

Tints of Nordic #123636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.86%

 BLUE value IS 54 (21.48% from 255) = 42.86%

R = 14.29%
G = 42.86%
B = 42.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#123636 (or 0x123636) is known color: Nordic. HEX triplet: 12, 36 and 36. RGB value is (18,54,54). Sum of RGB (Red+Green+Blue) = 18+54+54=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 54 (21.48% from 255 or 42.86% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #123636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123636 is #EDC9C9. Grayscale: #2B2B2B. Windows color (decimal): -15583690 or 3552786. OLE color: 3552786.

HSL color Cylindrical-coordinate representation of color #123636: hue angle of 180º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123636 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 54 54 -
CMYK 0.67 0 0 0.79
HSL 180º 0.5% 0.14% -
HSV(B) 180º 0.67% 0.21% -
XYZ 2.23 3.03 3.96 -
YUV 43.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 18 54 54 0.67 0 0 0.79 180 0.5 0.14
Hex 12 36 36 43 0 0 4F B4 32 E
Octal 22 66 66 103 0 0 117 264 62 16
Binary 10010 110110 110110 1000011 0 0 1001111 10110100 110010 1110

Color Harmonies of #123636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123636

Black with #123636

Text Example


Text Example

White with #123636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123636; }

 p { color: rgb(18,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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