Html Css Color HEX #527905 Fiji Green

📋 copy color: '#527905'

red 82 ◦ green 121 ◦ blue 5

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

Shades of Fiji Green #527905

Tints of Fiji Green #527905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.17%

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

R = 39.42%
G = 58.17%
B = 2.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#527905 (or 0x527905) is known color: Fiji Green. HEX triplet: 52, 79 and 05. RGB value is (82,121,5). Sum of RGB (Red+Green+Blue) = 82+121+5=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #527905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527905 is #AD86FA. Grayscale: #606060. Windows color (decimal): -11372283 or 358738. OLE color: 358738.

HSL color Cylindrical-coordinate representation of color #527905: hue angle of 80.17º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527905 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 5 -
CMYK 0.32 0 0.96 0.53
HSL 80.17º 0.92% 0.25% -
HSV(B) 80.17º 0.96% 0.47% -
XYZ 10.34 15.48 2.59 -
YUV 96.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 82 121 5 0.32 0 0.96 0.53 80.17 0.92 0.25
Hex 52 79 5 20 0 60 35 50 5C 19
Octal 122 171 5 40 0 140 65 120 134 31
Binary 1010010 1111001 101 100000 0 1100000 110101 1010000 1011100 11001

Color Harmonies of #527905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527905

Black with #527905

Text Example


Text Example

White with #527905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527905; }

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

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

background-color css

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

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

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

border-color css

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

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

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