Html Css Color HEX #527503 Fiji Green

📋 copy color: '#527503'

red 82 ◦ green 117 ◦ blue 3

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

Shades of Fiji Green #527503

Tints of Fiji Green #527503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 40.59%
G = 57.92%
B = 1.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#527503 (or 0x527503) is known color: Fiji Green. HEX triplet: 52, 75 and 03. RGB value is (82,117,3). Sum of RGB (Red+Green+Blue) = 82+117+3=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #527503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527503 is #AD8AFC. Grayscale: #5D5D5D. Windows color (decimal): -11373309 or 226642. OLE color: 226642.

HSL color Cylindrical-coordinate representation of color #527503: hue angle of 78.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #527503 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 3 -
CMYK 0.30 0 0.97 0.54
HSL 78.42º 0.95% 0.24% -
HSV(B) 78.42º 0.97% 0.46% -
XYZ 9.86 14.52 2.37 -
YUV 93.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 82 117 3 0.30 0 0.97 0.54 78.42 0.95 0.24
Hex 52 75 3 1E 0 61 36 4E 5F 18
Octal 122 165 3 36 0 141 66 116 137 30
Binary 1010010 1110101 11 11110 0 1100001 110110 1001110 1011111 11000

Color Harmonies of #527503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527503

Black with #527503

Text Example


Text Example

White with #527503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527503; }

 p { color: rgb(82,117,3); }

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

background-color css

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

 a { background-color: rgb(82,117,3); }

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

border-color css

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

 span { border-color: rgb(82,117,3); }

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