Html Css Color HEX #527705 Fiji Green

📋 copy color: '#527705'

red 82 ◦ green 119 ◦ blue 5

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

Shades of Fiji Green #527705

Tints of Fiji Green #527705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.43%

R = 39.81%
G = 57.77%
B = 2.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#527705 (or 0x527705) is known color: Fiji Green. HEX triplet: 52, 77 and 05. RGB value is (82,119,5). Sum of RGB (Red+Green+Blue) = 82+119+5=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #527705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527705 is #AD88FA. Grayscale: #5F5F5F. Windows color (decimal): -11372795 or 358226. OLE color: 358226.

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

Color convert

RGB 82 119 5 -
CMYK 0.31 0 0.96 0.53
HSL 79.47º 0.92% 0.24% -
HSV(B) 79.47º 0.96% 0.47% -
XYZ 10.1 15 2.51 -
YUV 94.94 77.24 118.77 -
System Red Green Blue C M Y K H S L
Decimal 82 119 5 0.31 0 0.96 0.53 79.47 0.92 0.24
Hex 52 77 5 1F 0 60 35 4F 5C 18
Octal 122 167 5 37 0 140 65 117 134 30
Binary 1010010 1110111 101 11111 0 1100000 110101 1001111 1011100 11000

Color Harmonies of #527705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527705

Black with #527705

Text Example


Text Example

White with #527705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527705; }

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

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

background-color css

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

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

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

border-color css

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

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

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