#527403

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

Shades of Fiji Green #527403

Tints of Fiji Green #527403

Color information

#527403 (or 0x527403) is unknown color: approx Fiji Green. HEX triplet: 52, 74 and 03. RGB value is (82,116,3). Sum of RGB (Red+Green+Blue) = 82+116+3=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #527403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527403 is #AD8BFC. Grayscale: #5D5D5D. Windows color (decimal): -11373565 or 226386. OLE color: 226386.

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

Color convert

RGB821163-
CMYK0.2900.970.55
HSL78.05º94.96%23.33%-
HSV(B)78.05º97.41%45.49%-
XYZ9.7414.292.33-
YUV92.9577.24120.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 116 (45.70% from 255) = 57.71%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=40.80%
G=57.71%
B=1.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8211630.2900.970.5578.0594.9623.33
Hex527431D061374e5f17
Octal12216433501416711613727
Binary101001011101001111101011000011101111001110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527403; }

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

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

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

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

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

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

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

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