Html Css Color HEX #527C05 Fiji Green

📋 copy color: '#527C05'

red 82 ◦ green 124 ◦ blue 5

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

Shades of Fiji Green #527C05

Tints of Fiji Green #527C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 58.77%

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

R = 38.86%
G = 58.77%
B = 2.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#527C05 (or 0x527C05) is known color: Fiji Green. HEX triplet: 52, 7C and 05. RGB value is (82,124,5). Sum of RGB (Red+Green+Blue) = 82+124+5=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #527C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C05 is #AD83FA. Grayscale: #626262. Windows color (decimal): -11371515 or 359506. OLE color: 359506.

HSL color Cylindrical-coordinate representation of color #527C05: hue angle of 81.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527C05 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 5 -
CMYK 0.34 0 0.96 0.51
HSL 81.18º 0.92% 0.25% -
HSV(B) 81.18º 0.96% 0.49% -
XYZ 10.71 16.22 2.71 -
YUV 97.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 82 124 5 0.34 0 0.96 0.51 81.18 0.92 0.25
Hex 52 7C 5 22 0 60 33 51 5C 19
Octal 122 174 5 42 0 140 63 121 134 31
Binary 1010010 1111100 101 100010 0 1100000 110011 1010001 1011100 11001

Color Harmonies of #527C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C05

Black with #527C05

Text Example


Text Example

White with #527C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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