Html Css Color HEX #527501 Fiji Green

📋 copy color: '#527501'

red 82 ◦ green 117 ◦ blue 1

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

Shades of Fiji Green #527501

Tints of Fiji Green #527501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 41%
G = 58.5%
B = 0.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#527501 (or 0x527501) is known color: Fiji Green. HEX triplet: 52, 75 and 01. RGB value is (82,117,1). Sum of RGB (Red+Green+Blue) = 82+117+1=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #527501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527501 is #AD8AFE. Grayscale: #5D5D5D. Windows color (decimal): -11373311 or 95570. OLE color: 95570.

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

Color convert

RGB 82 117 1 -
CMYK 0.30 0 0.99 0.54
HSL 78.1º 0.98% 0.23% -
HSV(B) 78.1º 0.99% 0.46% -
XYZ 9.85 14.52 2.31 -
YUV 93.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 82 117 1 0.30 0 0.99 0.54 78.1 0.98 0.23
Hex 52 75 1 1E 0 63 36 4E 62 17
Octal 122 165 1 36 0 143 66 116 142 27
Binary 1010010 1110101 1 11110 0 1100011 110110 1001110 1100010 10111

Color Harmonies of #527501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527501

Black with #527501

Text Example


Text Example

White with #527501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527501; }

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

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

background-color css

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

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

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

border-color css

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

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

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