Html Css Color HEX #527908 Fiji Green

📋 copy color: '#527908'

red 82 ◦ green 121 ◦ blue 8

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

Shades of Fiji Green #527908

Tints of Fiji Green #527908

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.35%

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

R = 38.86%
G = 57.35%
B = 3.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#527908 (or 0x527908) is known color: Fiji Green. HEX triplet: 52, 79 and 08. RGB value is (82,121,8). Sum of RGB (Red+Green+Blue) = 82+121+8=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #527908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527908 is #AD86F7. Grayscale: #606060. Windows color (decimal): -11372280 or 555346. OLE color: 555346.

HSL color Cylindrical-coordinate representation of color #527908: hue angle of 80.71º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #527908 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 8 -
CMYK 0.32 0 0.93 0.53
HSL 80.71º 0.88% 0.25% -
HSV(B) 80.71º 0.93% 0.47% -
XYZ 10.36 15.49 2.67 -
YUV 96.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 82 121 8 0.32 0 0.93 0.53 80.71 0.88 0.25
Hex 52 79 8 20 0 5D 35 51 58 19
Octal 122 171 10 40 0 135 65 121 130 31
Binary 1010010 1111001 1000 100000 0 1011101 110101 1010001 1011000 11001

Color Harmonies of #527908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527908

Black with #527908

Text Example


Text Example

White with #527908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527908; }

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

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

background-color css

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

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

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

border-color css

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

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

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