Html Css Color HEX #123635 Nordic

📋 copy color: '#123635'

red 18 ◦ green 54 ◦ blue 53

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

Shades of Nordic #123635

Tints of Nordic #123635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 42.4%

R = 14.4%
G = 43.2%
B = 42.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#123635 (or 0x123635) is known color: Nordic. HEX triplet: 12, 36 and 35. RGB value is (18,54,53). Sum of RGB (Red+Green+Blue) = 18+54+53=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #123635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123635 is #EDC9CA. Grayscale: #2B2B2B. Windows color (decimal): -15583691 or 3487250. OLE color: 3487250.

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

Color convert

RGB 18 54 53 -
CMYK 0.67 0 0.02 0.79
HSL 178.33º 0.5% 0.14% -
HSV(B) 178.33º 0.67% 0.21% -
XYZ 2.21 3.02 3.84 -
YUV 43.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 18 54 53 0.67 0 0.02 0.79 178.33 0.5 0.14
Hex 12 36 35 43 0 2 4F B2 32 E
Octal 22 66 65 103 0 2 117 262 62 16
Binary 10010 110110 110101 1000011 0 10 1001111 10110010 110010 1110

Color Harmonies of #123635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123635

Black with #123635

Text Example


Text Example

White with #123635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123635; }

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

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

background-color css

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

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

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

border-color css

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

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

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