#097228

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

Shades of Camarone #097228

Tints of Camarone #097228

Color information

#097228 (or 0x097228) is unknown color: approx Camarone. HEX triplet: 09, 72 and 28. RGB value is (9,114,40). Sum of RGB (Red+Green+Blue) = 9+114+40=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 114 (44.92% from 255 or 69.94% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 114 - color contains mainly: green. Hex color #097228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097228 is #F68DD7. Grayscale: #4A4A4A. Windows color (decimal): -16158168 or 2650633. OLE color: 2650633.

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

Color convert

RGB911440-
CMYK0.9200.650.55
HSL137.71º85.37%24.12%-
HSV(B)137.71º92.11%44.71%-
XYZ6.5112.254.03-
YUV74.17108.7181.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 114 (44.92% from 255) = 69.94%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=5.52%
G=69.94%
B=24.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9114400.9200.650.55137.7185.3724.12
Hex972285C041378a5518
Octal111625013401016721212530
Binary1001111001010100010111000100000111011110001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097228; }

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

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

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

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

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

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

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

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