#092314

Color #092314 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #092314

Tints of Dark Green #092314

Color information

#092314 (or 0x092314) is unknown color: approx Dark Green. HEX triplet: 09, 23 and 14. RGB value is (9,35,20). Sum of RGB (Red+Green+Blue) = 9+35+20=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #092314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092314 is #F6DCEB. Grayscale: #191919. Windows color (decimal): -16178412 or 1319689. OLE color: 1319689.

HSL color Cylindrical-coordinate representation of color #092314: hue angle of 145.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092314 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB93520-
CMYK0.7400.430.86
HSL145.38º59.09%8.63%-
HSV(B)145.38º74.29%13.73%-
XYZ0.841.310.87-
YUV25.52124.89116.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 35 (14.06% from 255) = 54.69%
BLUE value IS 20 (8.20% from 255) = 31.25%
R=14.06%
G=54.69%
B=31.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal935200.7400.430.86145.3859.098.63
Hex923144A02B56913b9
Octal1143241120531262217311
Binary100110001110100100101001010111010110100100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092314; }

 p { color: rgb(9,35,20); }

 H1.HeaderClassName
 {
   color: #092314;
 }
 .AnyTagClassName
 {
   color: #092314;
 }
</style>
background-color css

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

 a { background-color: rgb(9,35,20); }

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

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

 span { border-color: rgb(9,35,20); }

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