Html Css Color HEX #093638 Nordic

📋 copy color: '#093638'

red 9 ◦ green 54 ◦ blue 56

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

Shades of Nordic #093638

Tints of Nordic #093638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 47.06%

R = 7.56%
G = 45.38%
B = 47.06%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093638 (or 0x093638) is known color: Nordic. HEX triplet: 09, 36 and 38. RGB value is (9,54,56). Sum of RGB (Red+Green+Blue) = 9+54+56=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #093638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093638 is #F6C9C7. Grayscale: #282828. Windows color (decimal): -16173512 or 3683849. OLE color: 3683849.

HSL color Cylindrical-coordinate representation of color #093638: hue angle of 182.55º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093638 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 54 56 -
CMYK 0.84 0.04 0 0.78
HSL 182.55º 0.72% 0.13% -
HSV(B) 182.55º 0.84% 0.22% -
XYZ 2.15 2.98 4.2 -
YUV 40.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 9 54 56 0.84 0.04 0 0.78 182.55 0.72 0.13
Hex 9 36 38 54 4 0 4E B7 48 D
Octal 11 66 70 124 4 0 116 267 110 15
Binary 1001 110110 111000 1010100 100 0 1001110 10110111 1001000 1101

Color Harmonies of #093638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093638

Black with #093638

Text Example


Text Example

White with #093638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093638; }

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

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

background-color css

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

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

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

border-color css

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

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

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