Html Css Color HEX #133836 Nordic

📋 copy color: '#133836'

red 19 ◦ green 56 ◦ blue 54

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

Shades of Nordic #133836

Tints of Nordic #133836

RGB

 RED value IS 19 (7.81% from 255) = 14.73%

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

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

R = 14.73%
G = 43.41%
B = 41.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#133836 (or 0x133836) is known color: Nordic. HEX triplet: 13, 38 and 36. RGB value is (19,56,54). Sum of RGB (Red+Green+Blue) = 19+56+54=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #133836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133836 is #ECC7C9. Grayscale: #2C2C2C. Windows color (decimal): -15517642 or 3553299. OLE color: 3553299.

HSL color Cylindrical-coordinate representation of color #133836: hue angle of 176.76º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133836 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 54 -
CMYK 0.66 0 0.04 0.78
HSL 176.76º 0.49% 0.15% -
HSV(B) 176.76º 0.66% 0.22% -
XYZ 2.35 3.23 3.99 -
YUV 44.71 133.24 109.66 -
System Red Green Blue C M Y K H S L
Decimal 19 56 54 0.66 0 0.04 0.78 176.76 0.49 0.15
Hex 13 38 36 42 0 4 4E B1 31 F
Octal 23 70 66 102 0 4 116 261 61 17
Binary 10011 111000 110110 1000010 0 100 1001110 10110001 110001 1111

Color Harmonies of #133836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133836

Black with #133836

Text Example


Text Example

White with #133836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133836; }

 p { color: rgb(19,56,54); }

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

background-color css

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

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

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

border-color css

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

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

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