Html Css Color HEX #527205 Fiji Green

📋 copy color: '#527205'

red 82 ◦ green 114 ◦ blue 5

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

Shades of Fiji Green #527205

Tints of Fiji Green #527205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.72%

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

R = 40.8%
G = 56.72%
B = 2.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#527205 (or 0x527205) is known color: Fiji Green. HEX triplet: 52, 72 and 05. RGB value is (82,114,5). Sum of RGB (Red+Green+Blue) = 82+114+5=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #527205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527205 is #AD8DFA. Grayscale: #5C5C5C. Windows color (decimal): -11374075 or 356946. OLE color: 356946.

HSL color Cylindrical-coordinate representation of color #527205: hue angle of 77.61º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527205 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 5 -
CMYK 0.28 0 0.96 0.55
HSL 77.61º 0.92% 0.23% -
HSV(B) 77.61º 0.96% 0.45% -
XYZ 9.52 13.84 2.31 -
YUV 92.01 78.9 120.86 -
System Red Green Blue C M Y K H S L
Decimal 82 114 5 0.28 0 0.96 0.55 77.61 0.92 0.23
Hex 52 72 5 1C 0 60 37 4E 5C 17
Octal 122 162 5 34 0 140 67 116 134 27
Binary 1010010 1110010 101 11100 0 1100000 110111 1001110 1011100 10111

Color Harmonies of #527205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527205

Black with #527205

Text Example


Text Example

White with #527205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527205; }

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

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

background-color css

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

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

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

border-color css

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

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

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