#097324

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

Shades of Camarone #097324

Tints of Camarone #097324

Color information

#097324 (or 0x097324) is unknown color: approx Camarone. HEX triplet: 09, 73 and 24. RGB value is (9,115,36). Sum of RGB (Red+Green+Blue) = 9+115+36=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #097324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097324 is #F68CDB. Grayscale: #4A4A4A. Windows color (decimal): -16157916 or 2388745. OLE color: 2388745.

HSL color Cylindrical-coordinate representation of color #097324: hue angle of 135.28º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097324 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB911536-
CMYK0.9200.690.55
HSL135.28º85.48%24.31%-
HSV(B)135.28º92.17%45.1%-
XYZ6.5612.453.73-
YUV74.3106.3881.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 115 (45.31% from 255) = 71.88%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=5.62%
G=71.88%
B=22.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9115360.9200.690.55135.2885.4824.31
Hex973245C04537875518
Octal111634413401056720712530
Binary1001111001110010010111000100010111011110000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097324; }

 p { color: rgb(9,115,36); }

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

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

 a { background-color: rgb(9,115,36); }

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

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

 span { border-color: rgb(9,115,36); }

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