Html Css Color HEX #0F3634 Nordic

📋 copy color: '#0F3634'

red 15 ◦ green 54 ◦ blue 52

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

Shades of Nordic #0F3634

Tints of Nordic #0F3634

RGB

 RED value IS 15 (6.25% from 255) = 12.4%

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

 BLUE value IS 52 (20.7% from 255) = 42.98%

R = 12.4%
G = 44.63%
B = 42.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#0F3634 (or 0x0F3634) is known color: Nordic. HEX triplet: 0F, 36 and 34. RGB value is (15,54,52). Sum of RGB (Red+Green+Blue) = 15+54+52=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3634 is #F0C9CB. Grayscale: #2A2A2A. Windows color (decimal): -15780300 or 3421711. OLE color: 3421711.

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

Color convert

RGB 15 54 52 -
CMYK 0.72 0 0.04 0.79
HSL 176.92º 0.57% 0.14% -
HSV(B) 176.92º 0.72% 0.21% -
XYZ 2.14 2.99 3.71 -
YUV 42.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 15 54 52 0.72 0 0.04 0.79 176.92 0.57 0.14
Hex F 36 34 48 0 4 4F B1 39 E
Octal 17 66 64 110 0 4 117 261 71 16
Binary 1111 110110 110100 1001000 0 100 1001111 10110001 111001 1110

Color Harmonies of #0F3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3634

Black with #0F3634

Text Example


Text Example

White with #0F3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F3634; }

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

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

background-color css

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

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

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

border-color css

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

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

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