#097227

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

Shades of Camarone #097227

Tints of Camarone #097227

Color information

#097227 (or 0x097227) is unknown color: approx Camarone. HEX triplet: 09, 72 and 27. RGB value is (9,114,39). Sum of RGB (Red+Green+Blue) = 9+114+39=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 114 (44.92% from 255 or 70.37% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 114 - color contains mainly: green. Hex color #097227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097227 is #F68DD8. Grayscale: #4A4A4A. Windows color (decimal): -16158169 or 2585097. OLE color: 2585097.

HSL color Cylindrical-coordinate representation of color #097227: hue angle of 137.14º 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 #097227 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB911439-
CMYK0.9200.660.55
HSL137.14º85.37%24.12%-
HSV(B)137.14º92.11%44.71%-
XYZ6.512.243.94-
YUV74.05108.2181.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.56%
GREEN value IS 114 (44.92% from 255) = 70.37%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=5.56%
G=70.37%
B=24.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114390.9200.660.55137.1485.3724.12
Hex972275C04237895518
Octal111624713401026721112530
Binary1001111001010011110111000100001011011110001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097227; }

 p { color: rgb(9,114,39); }

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

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

 a { background-color: rgb(9,114,39); }

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

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

 span { border-color: rgb(9,114,39); }

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