#09752D

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

Shades of Camarone #09752D

Tints of Camarone #09752D

Color information

#09752D (or 0x09752D) is unknown color: approx Camarone. HEX triplet: 09, 75 and 2D. RGB value is (9,117,45). Sum of RGB (Red+Green+Blue) = 9+117+45=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #09752D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09752D is #F68AD2. Grayscale: #4C4C4C. Windows color (decimal): -16157395 or 2979081. OLE color: 2979081.

HSL color Cylindrical-coordinate representation of color #09752D: hue angle of 140º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09752D is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB911745-
CMYK0.9200.620.54
HSL140º85.71%24.71%-
HSV(B)140º92.31%45.88%-
XYZ6.9512.974.62-
YUV76.5110.2279.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 117 (46.09% from 255) = 68.42%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=5.26%
G=68.42%
B=26.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9117450.9200.620.5414085.7124.71
Hex9752D5C03E368c5619
Octal11165551340766621412631
Binary100111101011011011011100011111011011010001100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09752D; }

 p { color: rgb(9,117,45); }

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

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

 a { background-color: rgb(9,117,45); }

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

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

 span { border-color: rgb(9,117,45); }

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