Html Css Color HEX #0F3618 Deep Fir

📋 copy color: '#0F3618'

red 15 ◦ green 54 ◦ blue 24

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

Shades of Deep Fir #0F3618

Tints of Deep Fir #0F3618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 16.13%
G = 58.06%
B = 25.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#0F3618 (or 0x0F3618) is known color: Deep Fir. HEX triplet: 0F, 36 and 18. RGB value is (15,54,24). Sum of RGB (Red+Green+Blue) = 15+54+24=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3618 is #F0C9E7. Grayscale: #272727. Windows color (decimal): -15780328 or 1586703. OLE color: 1586703.

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

Color convert

RGB 15 54 24 -
CMYK 0.72 0 0.56 0.79
HSL 133.85º 0.57% 0.14% -
HSV(B) 133.85º 0.72% 0.21% -
XYZ 1.68 2.81 1.32 -
YUV 38.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 15 54 24 0.72 0 0.56 0.79 133.85 0.57 0.14
Hex F 36 18 48 0 38 4F 86 39 E
Octal 17 66 30 110 0 70 117 206 71 16
Binary 1111 110110 11000 1001000 0 111000 1001111 10000110 111001 1110

Color Harmonies of #0F3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3618

Black with #0F3618

Text Example


Text Example

White with #0F3618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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