Html Css Color HEX #527300 Fiji Green

📋 copy color: '#527300'

red 82 ◦ green 115 ◦ blue 0

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

Shades of Fiji Green #527300

Tints of Fiji Green #527300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.38%

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

R = 41.62%
G = 58.38%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#527300 (or 0x527300) is known color: Fiji Green. HEX triplet: 52, 73 and 00. RGB value is (82,115,0). Sum of RGB (Red+Green+Blue) = 82+115+0=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #527300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527300 is #AD8CFF. Grayscale: #5C5C5C. Windows color (decimal): -11373824 or 29522. OLE color: 29522.

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

Color convert

RGB 82 115 0 -
CMYK 0.29 0 1 0.55
HSL 77.22º 1% 0.23% -
HSV(B) 77.22º 1% 0.45% -
XYZ 9.61 14.06 2.21 -
YUV 92.02 76.07 120.85 -
System Red Green Blue C M Y K H S L
Decimal 82 115 0 0.29 0 1 0.55 77.22 1 0.23
Hex 52 73 0 1D 0 64 37 4D 64 17
Octal 122 163 0 35 0 144 67 115 144 27
Binary 1010010 1110011 0 11101 0 1100100 110111 1001101 1100100 10111

Color Harmonies of #527300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527300

Black with #527300

Text Example


Text Example

White with #527300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527300; }

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

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

background-color css

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

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

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

border-color css

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

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

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