#55730B

Color #55730B Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #55730B

Tints of Fiji Green #55730B

Color information

#55730B (or 0x55730B) is unknown color: approx Fiji Green. HEX triplet: 55, 73 and 0B. RGB value is (85,115,11). Sum of RGB (Red+Green+Blue) = 85+115+11=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #55730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55730B is #AA8CF4. Grayscale: #5E5E5E. Windows color (decimal): -11177205 or 750421. OLE color: 750421.

HSL color Cylindrical-coordinate representation of color #55730B: hue angle of 77.31º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55730B is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB8511511-
CMYK0.2600.900.55
HSL77.31º82.54%24.71%-
HSV(B)77.31º90.43%45.1%-
XYZ9.9414.222.54-
YUV94.1781.06121.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 11 (4.69% from 255) = 5.21%
R=40.28%
G=54.50%
B=5.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115110.2600.900.5577.3182.5424.71
Hex5573B1A05A374d5319
Octal125163133201326711512331
Binary10101011110011101111010010110101101111001101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55730B; }

 p { color: rgb(85,115,11); }

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

<style>
 a { background-color: #55730B; }

 a { background-color: rgb(85,115,11); }

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

<style>
 span { border-color: #55730B; }

 span { border-color: rgb(85,115,11); }

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