Html Css Color HEX #09361F Dark Green

📋 copy color: '#09361F'

red 9 ◦ green 54 ◦ blue 31

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

Shades of Dark Green #09361F

Tints of Dark Green #09361F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 32.98%

R = 9.57%
G = 57.45%
B = 32.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#09361F (or 0x09361F) is known color: Dark Green. HEX triplet: 09, 36 and 1F. RGB value is (9,54,31). Sum of RGB (Red+Green+Blue) = 9+54+31=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 54 (21.48% from 255 or 57.45% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 54 - color contains mainly: green. Hex color #09361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09361F is #F6C9E0. Grayscale: #252525. Windows color (decimal): -16173537 or 2045449. OLE color: 2045449.

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

Color convert

RGB 9 54 31 -
CMYK 0.83 0 0.43 0.79
HSL 149.33º 0.71% 0.12% -
HSV(B) 149.33º 0.83% 0.21% -
XYZ 1.68 2.8 1.75 -
YUV 37.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 9 54 31 0.83 0 0.43 0.79 149.33 0.71 0.12
Hex 9 36 1F 53 0 2B 4F 95 47 C
Octal 11 66 37 123 0 53 117 225 107 14
Binary 1001 110110 11111 1010011 0 101011 1001111 10010101 1000111 1100

Color Harmonies of #09361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09361F

Black with #09361F

Text Example


Text Example

White with #09361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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