#527A01

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

Shades of Fiji Green #527A01

Tints of Fiji Green #527A01

Color information

#527A01 (or 0x527A01) is unknown color: approx Fiji Green. HEX triplet: 52, 7A and 01. RGB value is (82,122,1). Sum of RGB (Red+Green+Blue) = 82+122+1=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #527A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A01 is #AD85FE. Grayscale: #606060. Windows color (decimal): -11372031 or 96850. OLE color: 96850.

HSL color Cylindrical-coordinate representation of color #527A01: hue angle of 79.83º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527A01 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB821221-
CMYK0.3300.990.52
HSL79.83º98.37%24.12%-
HSV(B)79.83º99.18%47.84%-
XYZ10.4415.722.51-
YUV96.2574.25117.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=40%
G=59.51%
B=0.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8212210.3300.990.5279.8398.3724.12
Hex527A12106334506218
Octal12217214101436412014230
Binary101001011110101100001011000111101001010000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527A01; }

 p { color: rgb(82,122,1); }

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

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

 a { background-color: rgb(82,122,1); }

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

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

 span { border-color: rgb(82,122,1); }

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