Html Css Color HEX #528000 Fiji Green

📋 copy color: '#528000'

red 82 ◦ green 128 ◦ blue 0

#528000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #528000

Tints of Fiji Green #528000

RGB

 RED value IS 82 (32.42% from 255) = 39.05%

 GREEN value IS 128 (50.39% from 255) = 60.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.05%
G = 60.95%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#528000 (or 0x528000) is known color: Fiji Green. HEX triplet: 52, 80 and 00. RGB value is (82,128,0). Sum of RGB (Red+Green+Blue) = 82+128+0=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #528000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528000 is #AD7FFF. Grayscale: #646464. Windows color (decimal): -11370496 or 32850. OLE color: 32850.

HSL color Cylindrical-coordinate representation of color #528000: hue angle of 81.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #528000 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 0 -
CMYK 0.36 0 1 0.50
HSL 81.56º 1% 0.25% -
HSV(B) 81.56º 1% 0.5% -
XYZ 11.2 17.23 2.74 -
YUV 99.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 82 128 0 0.36 0 1 0.50 81.56 1 0.25
Hex 52 80 0 24 0 64 32 52 64 19
Octal 122 200 0 44 0 144 62 122 144 31
Binary 1010010 10000000 0 100100 0 1100100 110010 1010010 1100100 11001

Color Harmonies of #528000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528000

Black with #528000

Text Example


Text Example

White with #528000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528000; }

 p { color: rgb(82,128,0); }

 H1.HeaderClassName
 {
   color: #528000;
 }
 .AnyTagClassName
 {
   color: #528000;
 }
</style>

background-color css

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

 a { background-color: rgb(82,128,0); }

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

border-color css

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

 span { border-color: rgb(82,128,0); }

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