Html Css Color HEX #527500 Fiji Green

📋 copy color: '#527500'

red 82 ◦ green 117 ◦ blue 0

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

Shades of Fiji Green #527500

Tints of Fiji Green #527500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 58.79%

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

R = 41.21%
G = 58.79%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#527500 (or 0x527500) is known color: Fiji Green. HEX triplet: 52, 75 and 00. RGB value is (82,117,0). Sum of RGB (Red+Green+Blue) = 82+117+0=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #527500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527500 is #AD8AFF. Grayscale: #5D5D5D. Windows color (decimal): -11373312 or 30034. OLE color: 30034.

HSL color Cylindrical-coordinate representation of color #527500: hue angle of 77.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #527500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 0 -
CMYK 0.30 0 1 0.54
HSL 77.95º 1% 0.23% -
HSV(B) 77.95º 1% 0.46% -
XYZ 9.84 14.52 2.28 -
YUV 93.2 75.4 120.01 -
System Red Green Blue C M Y K H S L
Decimal 82 117 0 0.30 0 1 0.54 77.95 1 0.23
Hex 52 75 0 1E 0 64 36 4E 64 17
Octal 122 165 0 36 0 144 66 116 144 27
Binary 1010010 1110101 0 11110 0 1100100 110110 1001110 1100100 10111

Color Harmonies of #527500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527500

Black with #527500

Text Example


Text Example

White with #527500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527500; }

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

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

background-color css

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

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

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

border-color css

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

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

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