#09742A

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

Shades of Camarone #09742A

Tints of Camarone #09742A

Color information

#09742A (or 0x09742A) is unknown color: approx Camarone. HEX triplet: 09, 74 and 2A. RGB value is (9,116,42). Sum of RGB (Red+Green+Blue) = 9+116+42=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #09742A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09742A is #F68BD5. Grayscale: #4B4B4B. Windows color (decimal): -16157654 or 2782217. OLE color: 2782217.

HSL color Cylindrical-coordinate representation of color #09742A: hue angle of 138.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09742A is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB911642-
CMYK0.9200.640.55
HSL138.5º85.6%24.51%-
HSV(B)138.5º92.24%45.49%-
XYZ6.7812.724.29-
YUV75.57109.0580.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 116 (45.70% from 255) = 69.46%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=5.39%
G=69.46%
B=25.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9116420.9200.640.55138.585.624.51
Hex9742A5C040378b5619
Octal111645213401006721312631
Binary1001111010010101010111000100000011011110001011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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