Html Css Color HEX #0D3736 Nordic

📋 copy color: '#0D3736'

red 13 ◦ green 55 ◦ blue 54

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

Shades of Nordic #0D3736

Tints of Nordic #0D3736

RGB

 RED value IS 13 (5.47% from 255) = 10.66%

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

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

R = 10.66%
G = 45.08%
B = 44.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#0D3736 (or 0x0D3736) is known color: Nordic. HEX triplet: 0D, 37 and 36. RGB value is (13,55,54). Sum of RGB (Red+Green+Blue) = 13+55+54=122 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.66% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3736 is #F2C8C9. Grayscale: #2A2A2A. Windows color (decimal): -15911114 or 3553037. OLE color: 3553037.

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

Color convert

RGB 13 55 54 -
CMYK 0.76 0 0.02 0.78
HSL 178.57º 0.62% 0.13% -
HSV(B) 178.57º 0.76% 0.22% -
XYZ 2.2 3.08 3.97 -
YUV 42.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 13 55 54 0.76 0 0.02 0.78 178.57 0.62 0.13
Hex D 37 36 4C 0 2 4E B3 3E D
Octal 15 67 66 114 0 2 116 263 76 15
Binary 1101 110111 110110 1001100 0 10 1001110 10110011 111110 1101

Color Harmonies of #0D3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D3736

Black with #0D3736

Text Example


Text Example

White with #0D3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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