Html Css Color HEX #527704 Fiji Green

📋 copy color: '#527704'

red 82 ◦ green 119 ◦ blue 4

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

Shades of Fiji Green #527704

Tints of Fiji Green #527704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.05%

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

R = 40%
G = 58.05%
B = 1.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#527704 (or 0x527704) is known color: Fiji Green. HEX triplet: 52, 77 and 04. RGB value is (82,119,4). Sum of RGB (Red+Green+Blue) = 82+119+4=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #527704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527704 is #AD88FB. Grayscale: #5F5F5F. Windows color (decimal): -11372796 or 292690. OLE color: 292690.

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

Color convert

RGB 82 119 4 -
CMYK 0.31 0 0.97 0.53
HSL 79.3º 0.93% 0.24% -
HSV(B) 79.3º 0.97% 0.47% -
XYZ 10.1 15 2.48 -
YUV 94.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 82 119 4 0.31 0 0.97 0.53 79.3 0.93 0.24
Hex 52 77 4 1F 0 61 35 4F 5D 18
Octal 122 167 4 37 0 141 65 117 135 30
Binary 1010010 1110111 100 11111 0 1100001 110101 1001111 1011101 11000

Color Harmonies of #527704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527704

Black with #527704

Text Example


Text Example

White with #527704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527704; }

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

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

background-color css

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

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

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

border-color css

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

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

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