Html Css Color HEX #526F04 Fiji Green

📋 copy color: '#526F04'

red 82 ◦ green 111 ◦ blue 4

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

Shades of Fiji Green #526F04

Tints of Fiji Green #526F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

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

R = 41.62%
G = 56.35%
B = 2.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#526F04 (or 0x526F04) is known color: Fiji Green. HEX triplet: 52, 6F and 04. RGB value is (82,111,4). Sum of RGB (Red+Green+Blue) = 82+111+4=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #526F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F04 is #AD90FB. Grayscale: #5A5A5A. Windows color (decimal): -11374844 or 290642. OLE color: 290642.

HSL color Cylindrical-coordinate representation of color #526F04: hue angle of 76.26º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #526F04 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 4 -
CMYK 0.26 0 0.96 0.56
HSL 76.26º 0.93% 0.23% -
HSV(B) 76.26º 0.96% 0.44% -
XYZ 9.19 13.17 2.17 -
YUV 90.13 79.39 122.2 -
System Red Green Blue C M Y K H S L
Decimal 82 111 4 0.26 0 0.96 0.56 76.26 0.93 0.23
Hex 52 6F 4 1A 0 60 38 4C 5D 17
Octal 122 157 4 32 0 140 70 114 135 27
Binary 1010010 1101111 100 11010 0 1100000 111000 1001100 1011101 10111

Color Harmonies of #526F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F04

Black with #526F04

Text Example


Text Example

White with #526F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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