Html Css Color HEX #093636 Nordic

📋 copy color: '#093636'

red 9 ◦ green 54 ◦ blue 54

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

Shades of Nordic #093636

Tints of Nordic #093636

RGB

 RED value IS 9 (3.91% from 255) = 7.69%

 GREEN value IS 54 (21.48% from 255) = 46.15%

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

R = 7.69%
G = 46.15%
B = 46.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#093636 (or 0x093636) is known color: Nordic. HEX triplet: 09, 36 and 36. RGB value is (9,54,54). Sum of RGB (Red+Green+Blue) = 9+54+54=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #093636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093636 is #F6C9C9. Grayscale: #282828. Windows color (decimal): -16173514 or 3552777. OLE color: 3552777.

HSL color Cylindrical-coordinate representation of color #093636: hue angle of 180º 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 #093636 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 54 54 -
CMYK 0.83 0 0 0.79
HSL 180º 0.71% 0.12% -
HSV(B) 180º 0.83% 0.21% -
XYZ 2.1 2.96 3.95 -
YUV 40.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 9 54 54 0.83 0 0 0.79 180 0.71 0.12
Hex 9 36 36 53 0 0 4F B4 47 C
Octal 11 66 66 123 0 0 117 264 107 14
Binary 1001 110110 110110 1010011 0 0 1001111 10110100 1000111 1100

Color Harmonies of #093636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093636

Black with #093636

Text Example


Text Example

White with #093636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093636; }

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

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

background-color css

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

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

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

border-color css

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

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

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