Html Css Color HEX #527601 Fiji Green

📋 copy color: '#527601'

red 82 ◦ green 118 ◦ blue 1

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

Shades of Fiji Green #527601

Tints of Fiji Green #527601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.71%

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

R = 40.8%
G = 58.71%
B = 0.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#527601 (or 0x527601) is known color: Fiji Green. HEX triplet: 52, 76 and 01. RGB value is (82,118,1). Sum of RGB (Red+Green+Blue) = 82+118+1=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #527601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527601 is #AD89FE. Grayscale: #5E5E5E. Windows color (decimal): -11373055 or 95826. OLE color: 95826.

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

Color convert

RGB 82 118 1 -
CMYK 0.31 0 0.99 0.54
HSL 78.46º 0.98% 0.23% -
HSV(B) 78.46º 0.99% 0.46% -
XYZ 9.96 14.75 2.35 -
YUV 93.9 75.57 119.51 -
System Red Green Blue C M Y K H S L
Decimal 82 118 1 0.31 0 0.99 0.54 78.46 0.98 0.23
Hex 52 76 1 1F 0 63 36 4E 62 17
Octal 122 166 1 37 0 143 66 116 142 27
Binary 1010010 1110110 1 11111 0 1100011 110110 1001110 1100010 10111

Color Harmonies of #527601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527601

Black with #527601

Text Example


Text Example

White with #527601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527601; }

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

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

background-color css

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

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

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

border-color css

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

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

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