#09742D

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

Shades of Camarone #09742D

Tints of Camarone #09742D

Color information

#09742D (or 0x09742D) is unknown color: approx Camarone. HEX triplet: 09, 74 and 2D. RGB value is (9,116,45). Sum of RGB (Red+Green+Blue) = 9+116+45=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #09742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09742D is #F68BD2. Grayscale: #4C4C4C. Windows color (decimal): -16157651 or 2978825. OLE color: 2978825.

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

Color convert

RGB911645-
CMYK0.9200.610.55
HSL140.19º85.6%24.51%-
HSV(B)140.19º92.24%45.49%-
XYZ6.8312.744.58-
YUV75.91110.5580.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.29%
GREEN value IS 116 (45.70% from 255) = 68.24%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=5.29%
G=68.24%
B=26.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9116450.9200.610.55140.1985.624.51
Hex9742D5C03D378c5619
Octal11164551340756721412631
Binary100111101001011011011100011110111011110001100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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