Html Css Color HEX #133634 Nordic

📋 copy color: '#133634'

red 19 ◦ green 54 ◦ blue 52

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

Shades of Nordic #133634

Tints of Nordic #133634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 15.2%
G = 43.2%
B = 41.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#133634 (or 0x133634) is known color: Nordic. HEX triplet: 13, 36 and 34. RGB value is (19,54,52). Sum of RGB (Red+Green+Blue) = 19+54+52=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #133634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133634 is #ECC9CB. Grayscale: #2B2B2B. Windows color (decimal): -15518156 or 3421715. OLE color: 3421715.

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

Color convert

RGB 19 54 52 -
CMYK 0.65 0 0.04 0.79
HSL 176.57º 0.48% 0.14% -
HSV(B) 176.57º 0.65% 0.21% -
XYZ 2.21 3.02 3.72 -
YUV 43.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 19 54 52 0.65 0 0.04 0.79 176.57 0.48 0.14
Hex 13 36 34 41 0 4 4F B1 30 E
Octal 23 66 64 101 0 4 117 261 60 16
Binary 10011 110110 110100 1000001 0 100 1001111 10110001 110000 1110

Color Harmonies of #133634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133634

Black with #133634

Text Example


Text Example

White with #133634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133634; }

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

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

background-color css

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

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

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

border-color css

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

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

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