Html Css Color HEX #133736 Nordic

📋 copy color: '#133736'

red 19 ◦ green 55 ◦ blue 54

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

Shades of Nordic #133736

Tints of Nordic #133736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

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

R = 14.84%
G = 42.97%
B = 42.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#133736 (or 0x133736) is known color: Nordic. HEX triplet: 13, 37 and 36. RGB value is (19,55,54). Sum of RGB (Red+Green+Blue) = 19+55+54=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 55 - color contains mainly: green. Hex color #133736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133736 is #ECC8C9. Grayscale: #2C2C2C. Windows color (decimal): -15517898 or 3553043. OLE color: 3553043.

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

Color convert

RGB 19 55 54 -
CMYK 0.65 0 0.02 0.78
HSL 178.33º 0.49% 0.15% -
HSV(B) 178.33º 0.65% 0.22% -
XYZ 2.3 3.14 3.97 -
YUV 44.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 19 55 54 0.65 0 0.02 0.78 178.33 0.49 0.15
Hex 13 37 36 41 0 2 4E B2 31 F
Octal 23 67 66 101 0 2 116 262 61 17
Binary 10011 110111 110110 1000001 0 10 1001110 10110010 110001 1111

Color Harmonies of #133736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133736

Black with #133736

Text Example


Text Example

White with #133736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133736; }

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

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

background-color css

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

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

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

border-color css

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

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

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