Html Css Color HEX #527904 Fiji Green

📋 copy color: '#527904'

red 82 ◦ green 121 ◦ blue 4

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

Shades of Fiji Green #527904

Tints of Fiji Green #527904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 39.61%
G = 58.45%
B = 1.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#527904 (or 0x527904) is known color: Fiji Green. HEX triplet: 52, 79 and 04. RGB value is (82,121,4). Sum of RGB (Red+Green+Blue) = 82+121+4=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #527904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527904 is #AD86FB. Grayscale: #606060. Windows color (decimal): -11372284 or 293202. OLE color: 293202.

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

Color convert

RGB 82 121 4 -
CMYK 0.32 0 0.97 0.53
HSL 80º 0.94% 0.25% -
HSV(B) 80º 0.97% 0.47% -
XYZ 10.34 15.48 2.56 -
YUV 96 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 82 121 4 0.32 0 0.97 0.53 80 0.94 0.25
Hex 52 79 4 20 0 61 35 50 5E 19
Octal 122 171 4 40 0 141 65 120 136 31
Binary 1010010 1111001 100 100000 0 1100001 110101 1010000 1011110 11001

Color Harmonies of #527904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527904

Black with #527904

Text Example


Text Example

White with #527904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527904; }

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

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

background-color css

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

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

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

border-color css

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

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

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