Html Css Color HEX #527001 Fiji Green

📋 copy color: '#527001'

red 82 ◦ green 112 ◦ blue 1

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

Shades of Fiji Green #527001

Tints of Fiji Green #527001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

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

R = 42.05%
G = 57.44%
B = 0.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#527001 (or 0x527001) is known color: Fiji Green. HEX triplet: 52, 70 and 01. RGB value is (82,112,1). Sum of RGB (Red+Green+Blue) = 82+112+1=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #527001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527001 is #AD8FFE. Grayscale: #5A5A5A. Windows color (decimal): -11374591 or 94290. OLE color: 94290.

HSL color Cylindrical-coordinate representation of color #527001: hue angle of 76.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527001 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 1 -
CMYK 0.27 0 0.99 0.56
HSL 76.22º 0.98% 0.22% -
HSV(B) 76.22º 0.99% 0.44% -
XYZ 9.28 13.38 2.12 -
YUV 90.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 82 112 1 0.27 0 0.99 0.56 76.22 0.98 0.22
Hex 52 70 1 1B 0 63 38 4C 62 16
Octal 122 160 1 33 0 143 70 114 142 26
Binary 1010010 1110000 1 11011 0 1100011 111000 1001100 1100010 10110

Color Harmonies of #527001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527001

Black with #527001

Text Example


Text Example

White with #527001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527001; }

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

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

background-color css

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

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

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

border-color css

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

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

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