Html Css Color HEX #093618 Deep Fir

📋 copy color: '#093618'

red 9 ◦ green 54 ◦ blue 24

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

Shades of Deep Fir #093618

Tints of Deep Fir #093618

RGB

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

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

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

R = 10.34%
G = 62.07%
B = 27.59%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.79

RGB Variations

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

Color information

#093618 (or 0x093618) is known color: Deep Fir. HEX triplet: 09, 36 and 18. RGB value is (9,54,24). Sum of RGB (Red+Green+Blue) = 9+54+24=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #093618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093618 is #F6C9E7. Grayscale: #252525. Windows color (decimal): -16173544 or 1586697. OLE color: 1586697.

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

Color convert

RGB 9 54 24 -
CMYK 0.83 0 0.56 0.79
HSL 140º 0.71% 0.12% -
HSV(B) 140º 0.83% 0.21% -
XYZ 1.6 2.76 1.31 -
YUV 37.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 9 54 24 0.83 0 0.56 0.79 140 0.71 0.12
Hex 9 36 18 53 0 38 4F 8C 47 C
Octal 11 66 30 123 0 70 117 214 107 14
Binary 1001 110110 11000 1010011 0 111000 1001111 10001100 1000111 1100

Color Harmonies of #093618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093618

Black with #093618

Text Example


Text Example

White with #093618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093618; }

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

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

background-color css

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

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

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

border-color css

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

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

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