#09802C

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

Shades of Camarone #09802C

Tints of Camarone #09802C

Color information

#09802C (or 0x09802C) is unknown color: approx Camarone. HEX triplet: 09, 80 and 2C. RGB value is (9,128,44). Sum of RGB (Red+Green+Blue) = 9+128+44=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #09802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09802C is #F67FD3. Grayscale: #535353. Windows color (decimal): -16154580 or 2916361. OLE color: 2916361.

HSL color Cylindrical-coordinate representation of color #09802C: hue angle of 137.65º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09802C is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB912844-
CMYK0.9300.660.50
HSL137.65º86.86%26.86%-
HSV(B)137.65º92.97%50.2%-
XYZ8.2915.684.97-
YUV82.84106.0875.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 128 (50.39% from 255) = 70.72%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=4.97%
G=70.72%
B=24.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128440.9300.660.50137.6586.8626.86
Hex9802C5D042328a571b
Octal112005413501026221212733
Binary10011000000010110010111010100001011001010001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09802C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09802C; }

 p { color: rgb(9,128,44); }

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

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

 a { background-color: rgb(9,128,44); }

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

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

 span { border-color: rgb(9,128,44); }

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