Html Css Color HEX #527505 Fiji Green

📋 copy color: '#527505'

red 82 ◦ green 117 ◦ blue 5

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

Shades of Fiji Green #527505

Tints of Fiji Green #527505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 40.2%
G = 57.35%
B = 2.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#527505 (or 0x527505) is known color: Fiji Green. HEX triplet: 52, 75 and 05. RGB value is (82,117,5). Sum of RGB (Red+Green+Blue) = 82+117+5=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #527505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527505 is #AD8AFA. Grayscale: #5E5E5E. Windows color (decimal): -11373307 or 357714. OLE color: 357714.

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

Color convert

RGB 82 117 5 -
CMYK 0.30 0 0.96 0.54
HSL 78.75º 0.92% 0.24% -
HSV(B) 78.75º 0.96% 0.46% -
XYZ 9.87 14.53 2.43 -
YUV 93.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 82 117 5 0.30 0 0.96 0.54 78.75 0.92 0.24
Hex 52 75 5 1E 0 60 36 4F 5C 18
Octal 122 165 5 36 0 140 66 117 134 30
Binary 1010010 1110101 101 11110 0 1100000 110110 1001111 1011100 11000

Color Harmonies of #527505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527505

Black with #527505

Text Example


Text Example

White with #527505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527505; }

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

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

background-color css

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

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

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

border-color css

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

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

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