Html Css Color HEX #527401 Fiji Green

📋 copy color: '#527401'

red 82 ◦ green 116 ◦ blue 1

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

Shades of Fiji Green #527401

Tints of Fiji Green #527401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58.29%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 41.21%
G = 58.29%
B = 0.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#527401 (or 0x527401) is known color: Fiji Green. HEX triplet: 52, 74 and 01. RGB value is (82,116,1). Sum of RGB (Red+Green+Blue) = 82+116+1=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #527401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527401 is #AD8BFE. Grayscale: #5D5D5D. Windows color (decimal): -11373567 or 95314. OLE color: 95314.

HSL color Cylindrical-coordinate representation of color #527401: hue angle of 77.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527401 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 1 -
CMYK 0.29 0 0.99 0.55
HSL 77.74º 0.98% 0.23% -
HSV(B) 77.74º 0.99% 0.45% -
XYZ 9.73 14.29 2.27 -
YUV 92.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 82 116 1 0.29 0 0.99 0.55 77.74 0.98 0.23
Hex 52 74 1 1D 0 63 37 4E 62 17
Octal 122 164 1 35 0 143 67 116 142 27
Binary 1010010 1110100 1 11101 0 1100011 110111 1001110 1100010 10111

Color Harmonies of #527401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527401

Black with #527401

Text Example


Text Example

White with #527401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527401; }

 p { color: rgb(82,116,1); }

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

background-color css

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

 a { background-color: rgb(82,116,1); }

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

border-color css

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

 span { border-color: rgb(82,116,1); }

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