Html Css Color HEX #103635 Nordic

📋 copy color: '#103635'

red 16 ◦ green 54 ◦ blue 53

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

Shades of Nordic #103635

Tints of Nordic #103635

RGB

 RED value IS 16 (6.64% from 255) = 13.01%

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

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

R = 13.01%
G = 43.9%
B = 43.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#103635 (or 0x103635) is known color: Nordic. HEX triplet: 10, 36 and 35. RGB value is (16,54,53). Sum of RGB (Red+Green+Blue) = 16+54+53=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #103635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103635 is #EFC9CA. Grayscale: #2A2A2A. Windows color (decimal): -15714763 or 3487248. OLE color: 3487248.

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

Color convert

RGB 16 54 53 -
CMYK 0.70 0 0.02 0.79
HSL 178.42º 0.54% 0.14% -
HSV(B) 178.42º 0.7% 0.21% -
XYZ 2.18 3.01 3.83 -
YUV 42.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 16 54 53 0.70 0 0.02 0.79 178.42 0.54 0.14
Hex 10 36 35 46 0 2 4F B2 36 E
Octal 20 66 65 106 0 2 117 262 66 16
Binary 10000 110110 110101 1000110 0 10 1001111 10110010 110110 1110

Color Harmonies of #103635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103635

Black with #103635

Text Example


Text Example

White with #103635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103635; }

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

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

background-color css

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

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

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

border-color css

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

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

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