#09752A

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

Shades of Camarone #09752A

Tints of Camarone #09752A

Color information

#09752A (or 0x09752A) is unknown color: approx Camarone. HEX triplet: 09, 75 and 2A. RGB value is (9,117,42). Sum of RGB (Red+Green+Blue) = 9+117+42=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #09752A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09752A is #F68AD5. Grayscale: #4C4C4C. Windows color (decimal): -16157398 or 2782473. OLE color: 2782473.

HSL color Cylindrical-coordinate representation of color #09752A: hue angle of 138.33º 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 #09752A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB911742-
CMYK0.9200.640.54
HSL138.33º85.71%24.71%-
HSV(B)138.33º92.31%45.88%-
XYZ6.8912.954.33-
YUV76.16108.7280.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 117 (46.09% from 255) = 69.64%
BLUE value IS 42 (16.80% from 255) = 25%
R=5.36%
G=69.64%
B=25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9117420.9200.640.54138.3385.7124.71
Hex9752A5C040368a5619
Octal111655213401006621212631
Binary1001111010110101010111000100000011011010001010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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