Html Css Color HEX #527E0A Fiji Green

📋 copy color: '#527E0A'

red 82 ◦ green 126 ◦ blue 10

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

Shades of Fiji Green #527E0A

Tints of Fiji Green #527E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.8%

 BLUE value IS 10 (4.3% from 255) = 4.59%

R = 37.61%
G = 57.8%
B = 4.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#527E0A (or 0x527E0A) is known color: Fiji Green. HEX triplet: 52, 7E and 0A. RGB value is (82,126,10). Sum of RGB (Red+Green+Blue) = 82+126+10=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #527E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527E0A is #AD81F5. Grayscale: #646464. Windows color (decimal): -11370998 or 687698. OLE color: 687698.

HSL color Cylindrical-coordinate representation of color #527E0A: hue angle of 82.76º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #527E0A is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 10 -
CMYK 0.35 0 0.92 0.51
HSL 82.76º 0.85% 0.27% -
HSV(B) 82.76º 0.92% 0.49% -
XYZ 11 16.74 2.94 -
YUV 99.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 82 126 10 0.35 0 0.92 0.51 82.76 0.85 0.27
Hex 52 7E A 23 0 5C 33 53 55 1B
Octal 122 176 12 43 0 134 63 123 125 33
Binary 1010010 1111110 1010 100011 0 1011100 110011 1010011 1010101 11011

Color Harmonies of #527E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E0A

Black with #527E0A

Text Example


Text Example

White with #527E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527E0A; }

 p { color: rgb(82,126,10); }

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

background-color css

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

 a { background-color: rgb(82,126,10); }

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

border-color css

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

 span { border-color: rgb(82,126,10); }

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