#083534

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

Shades of Nordic #083534

Tints of Nordic #083534

Color information

#083534 (or 0x083534) is unknown color: approx Nordic. HEX triplet: 08, 35 and 34. RGB value is (8,53,52). Sum of RGB (Red+Green+Blue) = 8+53+52=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #083534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083534 is #F7CACB. Grayscale: #272727. Windows color (decimal): -16239308 or 3421448. OLE color: 3421448.

HSL color Cylindrical-coordinate representation of color #083534: hue angle of 178.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083534 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB85352-
CMYK0.8500.020.79
HSL178.67º73.77%11.96%-
HSV(B)178.67º84.91%20.78%-
XYZ1.992.853.69-
YUV39.43135.09105.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=7.08%
G=46.90%
B=46.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal853520.8500.020.79178.6773.7711.96
Hex8353455024Fb34ac
Octal1065641250211726311214
Binary1000110101110100101010101010011111011001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083534; }

 p { color: rgb(8,53,52); }

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

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

 a { background-color: rgb(8,53,52); }

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

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

 span { border-color: rgb(8,53,52); }

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