Html Css Color HEX #526D12 Fiji Green

📋 copy color: '#526D12'

red 82 ◦ green 109 ◦ blue 18

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

Shades of Fiji Green #526D12

Tints of Fiji Green #526D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.15%

 BLUE value IS 18 (7.42% from 255) = 8.61%

R = 39.23%
G = 52.15%
B = 8.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#526D12 (or 0x526D12) is known color: Fiji Green. HEX triplet: 52, 6D and 12. RGB value is (82,109,18). Sum of RGB (Red+Green+Blue) = 82+109+18=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #526D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526D12 is #AD92ED. Grayscale: #5A5A5A. Windows color (decimal): -11375342 or 1207634. OLE color: 1207634.

HSL color Cylindrical-coordinate representation of color #526D12: hue angle of 77.8º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #526D12 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 18 -
CMYK 0.25 0 0.83 0.57
HSL 77.8º 0.72% 0.25% -
HSV(B) 77.8º 0.83% 0.43% -
XYZ 9.06 12.77 2.56 -
YUV 90.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 82 109 18 0.25 0 0.83 0.57 77.8 0.72 0.25
Hex 52 6D 12 19 0 53 39 4E 48 19
Octal 122 155 22 31 0 123 71 116 110 31
Binary 1010010 1101101 10010 11001 0 1010011 111001 1001110 1001000 11001

Color Harmonies of #526D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D12

Black with #526D12

Text Example


Text Example

White with #526D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,18); }

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

background-color css

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

 a { background-color: rgb(82,109,18); }

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

border-color css

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

 span { border-color: rgb(82,109,18); }

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