Html Css Color HEX #527703 Fiji Green

📋 copy color: '#527703'

red 82 ◦ green 119 ◦ blue 3

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

Shades of Fiji Green #527703

Tints of Fiji Green #527703

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.33%

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

R = 40.2%
G = 58.33%
B = 1.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#527703 (or 0x527703) is known color: Fiji Green. HEX triplet: 52, 77 and 03. RGB value is (82,119,3). Sum of RGB (Red+Green+Blue) = 82+119+3=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #527703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527703 is #AD88FC. Grayscale: #5F5F5F. Windows color (decimal): -11372797 or 227154. OLE color: 227154.

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

Color convert

RGB 82 119 3 -
CMYK 0.31 0 0.97 0.53
HSL 79.14º 0.95% 0.24% -
HSV(B) 79.14º 0.97% 0.47% -
XYZ 10.09 14.99 2.45 -
YUV 94.71 76.24 118.93 -
System Red Green Blue C M Y K H S L
Decimal 82 119 3 0.31 0 0.97 0.53 79.14 0.95 0.24
Hex 52 77 3 1F 0 61 35 4F 5F 18
Octal 122 167 3 37 0 141 65 117 137 30
Binary 1010010 1110111 11 11111 0 1100001 110101 1001111 1011111 11000

Color Harmonies of #527703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527703

Black with #527703

Text Example


Text Example

White with #527703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527703; }

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

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

background-color css

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

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

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

border-color css

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

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

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