Html Css Color HEX #527701 Fiji Green

📋 copy color: '#527701'

red 82 ◦ green 119 ◦ blue 1

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

Shades of Fiji Green #527701

Tints of Fiji Green #527701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.91%

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

R = 40.59%
G = 58.91%
B = 0.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#527701 (or 0x527701) is known color: Fiji Green. HEX triplet: 52, 77 and 01. RGB value is (82,119,1). Sum of RGB (Red+Green+Blue) = 82+119+1=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #527701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527701 is #AD88FE. Grayscale: #5E5E5E. Windows color (decimal): -11372799 or 96082. OLE color: 96082.

HSL color Cylindrical-coordinate representation of color #527701: hue angle of 78.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527701 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 1 -
CMYK 0.31 0 0.99 0.53
HSL 78.81º 0.98% 0.24% -
HSV(B) 78.81º 0.99% 0.47% -
XYZ 10.08 14.99 2.39 -
YUV 94.49 75.24 119.09 -
System Red Green Blue C M Y K H S L
Decimal 82 119 1 0.31 0 0.99 0.53 78.81 0.98 0.24
Hex 52 77 1 1F 0 63 35 4F 62 18
Octal 122 167 1 37 0 143 65 117 142 30
Binary 1010010 1110111 1 11111 0 1100011 110101 1001111 1100010 11000

Color Harmonies of #527701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527701

Black with #527701

Text Example


Text Example

White with #527701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527701; }

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

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

background-color css

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

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

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

border-color css

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

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

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