#527405

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

Shades of Fiji Green #527405

Tints of Fiji Green #527405

Color information

#527405 (or 0x527405) is unknown color: approx Fiji Green. HEX triplet: 52, 74 and 05. RGB value is (82,116,5). Sum of RGB (Red+Green+Blue) = 82+116+5=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #527405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527405 is #AD8BFA. Grayscale: #5D5D5D. Windows color (decimal): -11373563 or 357458. OLE color: 357458.

HSL color Cylindrical-coordinate representation of color #527405: hue angle of 78.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527405 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB821165-
CMYK0.2900.960.55
HSL78.38º91.74%23.73%-
HSV(B)78.38º95.69%45.49%-
XYZ9.7514.32.39-
YUV93.1878.24120.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.39%
GREEN value IS 116 (45.70% from 255) = 57.14%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=40.39%
G=57.14%
B=2.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211650.2900.960.5578.3891.7423.73
Hex527451D060374e5c18
Octal12216453501406711613430
Binary1010010111010010111101011000001101111001110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527405; }

 p { color: rgb(82,116,5); }

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

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

 a { background-color: rgb(82,116,5); }

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

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

 span { border-color: rgb(82,116,5); }

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