#073432

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

Shades of Nordic #073432

Tints of Nordic #073432

Color information

#073432 (or 0x073432) is unknown color: approx Nordic. HEX triplet: 07, 34 and 32. RGB value is (7,52,50). Sum of RGB (Red+Green+Blue) = 7+52+50=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #073432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073432 is #F8CBCD. Grayscale: #262626. Windows color (decimal): -16305102 or 3290119. OLE color: 3290119.

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

Color convert

RGB75250-
CMYK0.8700.040.80
HSL177.33º76.27%11.57%-
HSV(B)177.33º86.54%20.39%-
XYZ1.892.733.45-
YUV38.32134.59105.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=6.42%
G=47.71%
B=45.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal752500.8700.040.80177.3376.2711.57
Hex73432570450b14cc
Octal764621270412026111414
Binary1111101001100101010111010010100001011000110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073432; }

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

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

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

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

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

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

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

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