Html Css Color HEX #527901 Fiji Green

📋 copy color: '#527901'

red 82 ◦ green 121 ◦ blue 1

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

Shades of Fiji Green #527901

Tints of Fiji Green #527901

RGB

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

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

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

R = 40.2%
G = 59.31%
B = 0.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#527901 (or 0x527901) is known color: Fiji Green. HEX triplet: 52, 79 and 01. RGB value is (82,121,1). Sum of RGB (Red+Green+Blue) = 82+121+1=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 121 (47.66% from 255 or 59.31% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 121 - color contains mainly: green. Hex color #527901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527901 is #AD86FE. Grayscale: #606060. Windows color (decimal): -11372287 or 96594. OLE color: 96594.

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

Color convert

RGB 82 121 1 -
CMYK 0.32 0 0.99 0.53
HSL 79.5º 0.98% 0.24% -
HSV(B) 79.5º 0.99% 0.47% -
XYZ 10.32 15.47 2.47 -
YUV 95.66 74.58 118.26 -
System Red Green Blue C M Y K H S L
Decimal 82 121 1 0.32 0 0.99 0.53 79.5 0.98 0.24
Hex 52 79 1 20 0 63 35 50 62 18
Octal 122 171 1 40 0 143 65 120 142 30
Binary 1010010 1111001 1 100000 0 1100011 110101 1010000 1100010 11000

Color Harmonies of #527901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527901

Black with #527901

Text Example


Text Example

White with #527901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527901; }

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

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

background-color css

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

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

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

border-color css

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

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

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