#0D3432

Color #0D3432 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0D3432

Tints of Nordic #0D3432

Color information

#0D3432 (or 0x0D3432) is unknown color: approx Nordic. HEX triplet: 0D, 34 and 32. RGB value is (13,52,50). Sum of RGB (Red+Green+Blue) = 13+52+50=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3432 is #F2CBCD. Grayscale: #282828. Windows color (decimal): -15911886 or 3290125. OLE color: 3290125.

HSL color Cylindrical-coordinate representation of color #0D3432: hue angle of 176.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3432 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB135250-
CMYK0.7500.040.80
HSL176.92º60%12.75%-
HSV(B)176.92º75%20.39%-
XYZ1.972.773.45-
YUV40.11133.58108.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=11.30%
G=45.22%
B=43.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352500.7500.040.80176.926012.75
HexD34324B0450b13cd
Octal156462113041202617415
Binary1101110100110010100101101001010000101100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,50); }

 H1.HeaderClassName
 {
   color: #0D3432;
 }
 .AnyTagClassName
 {
   color: #0D3432;
 }
</style>
background-color css

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

 a { background-color: rgb(13,52,50); }

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

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

 span { border-color: rgb(13,52,50); }

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