#097225

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

Shades of Camarone #097225

Tints of Camarone #097225

Color information

#097225 (or 0x097225) is unknown color: approx Camarone. HEX triplet: 09, 72 and 25. RGB value is (9,114,37). Sum of RGB (Red+Green+Blue) = 9+114+37=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #097225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097225 is #F68DDA. Grayscale: #4A4A4A. Windows color (decimal): -16158171 or 2454025. OLE color: 2454025.

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

Color convert

RGB911437-
CMYK0.9200.680.55
HSL136º85.37%24.12%-
HSV(B)136º92.11%44.71%-
XYZ6.4612.233.77-
YUV73.83107.2181.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 114 (44.92% from 255) = 71.25%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=5.62%
G=71.25%
B=23.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114370.9200.680.5513685.3724.12
Hex972255C04437885518
Octal111624513401046721012530
Binary1001111001010010110111000100010011011110001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097225; }

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

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

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

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

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

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

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

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