#526F03

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

Shades of Fiji Green #526F03

Tints of Fiji Green #526F03

Color information

#526F03 (or 0x526F03) is unknown color: approx Fiji Green. HEX triplet: 52, 6F and 03. RGB value is (82,111,3). Sum of RGB (Red+Green+Blue) = 82+111+3=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #526F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F03 is #AD90FC. Grayscale: #5A5A5A. Windows color (decimal): -11374845 or 225106. OLE color: 225106.

HSL color Cylindrical-coordinate representation of color #526F03: hue angle of 76.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #526F03 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB821113-
CMYK0.2600.970.56
HSL76.11º94.74%22.35%-
HSV(B)76.11º97.3%43.53%-
XYZ9.1813.172.14-
YUV90.0278.89122.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=41.84%
G=56.63%
B=1.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8211130.2600.970.5676.1194.7422.35
Hex526F31A061384c5f16
Octal12215733201417011413726
Binary101001011011111111010011000011110001001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F03; }

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

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

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

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

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

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

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

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