Html Css Color HEX #527A08 Fiji Green

📋 copy color: '#527A08'

red 82 ◦ green 122 ◦ blue 8

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

Shades of Fiji Green #527A08

Tints of Fiji Green #527A08

RGB

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

 GREEN value IS 122 (48.05% from 255) = 57.55%

 BLUE value IS 8 (3.52% from 255) = 3.77%

R = 38.68%
G = 57.55%
B = 3.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

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

Color information

#527A08 (or 0x527A08) is known color: Fiji Green. HEX triplet: 52, 7A and 08. RGB value is (82,122,8). Sum of RGB (Red+Green+Blue) = 82+122+8=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #527A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A08 is #AD85F7. Grayscale: #616161. Windows color (decimal): -11372024 or 555602. OLE color: 555602.

HSL color Cylindrical-coordinate representation of color #527A08: hue angle of 81.05º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #527A08 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 8 -
CMYK 0.33 0 0.93 0.52
HSL 81.05º 0.88% 0.25% -
HSV(B) 81.05º 0.93% 0.48% -
XYZ 10.48 15.73 2.71 -
YUV 97.04 77.75 117.27 -
System Red Green Blue C M Y K H S L
Decimal 82 122 8 0.33 0 0.93 0.52 81.05 0.88 0.25
Hex 52 7A 8 21 0 5D 34 51 58 19
Octal 122 172 10 41 0 135 64 121 130 31
Binary 1010010 1111010 1000 100001 0 1011101 110100 1010001 1011000 11001

Color Harmonies of #527A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A08

Black with #527A08

Text Example


Text Example

White with #527A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,8); }

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

background-color css

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

 a { background-color: rgb(82,122,8); }

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

border-color css

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

 span { border-color: rgb(82,122,8); }

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