#093436

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

Shades of Nordic #093436

Tints of Nordic #093436

Color information

#093436 (or 0x093436) is unknown color: approx Nordic. HEX triplet: 09, 34 and 36. RGB value is (9,52,54). Sum of RGB (Red+Green+Blue) = 9+52+54=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #093436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093436 is #F6CBC9. Grayscale: #272727. Windows color (decimal): -16174026 or 3552265. OLE color: 3552265.

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

Color convert

RGB95254-
CMYK0.830.0400.79
HSL182.67º71.43%12.35%-
HSV(B)182.67º83.33%21.18%-
XYZ2.012.783.92-
YUV39.37136.25106.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=7.83%
G=45.22%
B=46.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal952540.830.0400.79182.6771.4312.35
Hex9343653404Fb747c
Octal1164661234011726710714
Binary10011101001101101010011100010011111011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093436; }

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

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

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

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

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

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

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

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