Html Css Color HEX #527000 Fiji Green

📋 copy color: '#527000'

red 82 ◦ green 112 ◦ blue 0

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

Shades of Fiji Green #527000

Tints of Fiji Green #527000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.27%
G = 57.73%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#527000 (or 0x527000) is known color: Fiji Green. HEX triplet: 52, 70 and 00. RGB value is (82,112,0). Sum of RGB (Red+Green+Blue) = 82+112+0=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #527000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527000 is #AD8FFF. Grayscale: #5A5A5A. Windows color (decimal): -11374592 or 28754. OLE color: 28754.

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

Color convert

RGB 82 112 0 -
CMYK 0.27 0 1 0.56
HSL 76.07º 1% 0.22% -
HSV(B) 76.07º 1% 0.44% -
XYZ 9.27 13.38 2.09 -
YUV 90.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 82 112 0 0.27 0 1 0.56 76.07 1 0.22
Hex 52 70 0 1B 0 64 38 4C 64 16
Octal 122 160 0 33 0 144 70 114 144 26
Binary 1010010 1110000 0 11011 0 1100100 111000 1001100 1100100 10110

Color Harmonies of #527000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527000

Black with #527000

Text Example


Text Example

White with #527000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527000; }

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

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

background-color css

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

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

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

border-color css

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

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

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