Html Css Color HEX #527700 Fiji Green

📋 copy color: '#527700'

red 82 ◦ green 119 ◦ blue 0

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

Shades of Fiji Green #527700

Tints of Fiji Green #527700

RGB

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

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

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

R = 40.8%
G = 59.2%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#527700 (or 0x527700) is known color: Fiji Green. HEX triplet: 52, 77 and 00. RGB value is (82,119,0). Sum of RGB (Red+Green+Blue) = 82+119+0=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #527700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527700 is #AD88FF. Grayscale: #5E5E5E. Windows color (decimal): -11372800 or 30546. OLE color: 30546.

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

Color convert

RGB 82 119 0 -
CMYK 0.31 0 1 0.53
HSL 78.66º 1% 0.23% -
HSV(B) 78.66º 1% 0.47% -
XYZ 10.08 14.99 2.36 -
YUV 94.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 82 119 0 0.31 0 1 0.53 78.66 1 0.23
Hex 52 77 0 1F 0 64 35 4F 64 17
Octal 122 167 0 37 0 144 65 117 144 27
Binary 1010010 1110111 0 11111 0 1100100 110101 1001111 1100100 10111

Color Harmonies of #527700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527700

Black with #527700

Text Example


Text Example

White with #527700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527700; }

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

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

background-color css

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

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

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

border-color css

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

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

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