Html Css Color HEX #527C04 Fiji Green

📋 copy color: '#527C04'

red 82 ◦ green 124 ◦ blue 4

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

Shades of Fiji Green #527C04

Tints of Fiji Green #527C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 39.05%
G = 59.05%
B = 1.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#527C04 (or 0x527C04) is known color: Fiji Green. HEX triplet: 52, 7C and 04. RGB value is (82,124,4). Sum of RGB (Red+Green+Blue) = 82+124+4=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 124 (48.83% from 255 or 59.05% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 124 - color contains mainly: green. Hex color #527C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C04 is #AD83FB. Grayscale: #626262. Windows color (decimal): -11371516 or 293970. OLE color: 293970.

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

Color convert

RGB 82 124 4 -
CMYK 0.34 0 0.97 0.51
HSL 81º 0.94% 0.25% -
HSV(B) 81º 0.97% 0.49% -
XYZ 10.71 16.22 2.68 -
YUV 97.76 75.09 116.76 -
System Red Green Blue C M Y K H S L
Decimal 82 124 4 0.34 0 0.97 0.51 81 0.94 0.25
Hex 52 7C 4 22 0 61 33 51 5E 19
Octal 122 174 4 42 0 141 63 121 136 31
Binary 1010010 1111100 100 100010 0 1100001 110011 1010001 1011110 11001

Color Harmonies of #527C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C04

Black with #527C04

Text Example


Text Example

White with #527C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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