Html Css Color HEX #526C15 Fiji Green

📋 copy color: '#526C15'

red 82 ◦ green 108 ◦ blue 21

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

Shades of Fiji Green #526C15

Tints of Fiji Green #526C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.18%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 38.86%
G = 51.18%
B = 9.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#526C15 (or 0x526C15) is known color: Fiji Green. HEX triplet: 52, 6C and 15. RGB value is (82,108,21). Sum of RGB (Red+Green+Blue) = 82+108+21=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #526C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C15 is #AD93EA. Grayscale: #5A5A5A. Windows color (decimal): -11375595 or 1403986. OLE color: 1403986.

HSL color Cylindrical-coordinate representation of color #526C15: hue angle of 77.93º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #526C15 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 21 -
CMYK 0.24 0 0.81 0.58
HSL 77.93º 0.67% 0.25% -
HSV(B) 77.93º 0.81% 0.42% -
XYZ 8.98 12.57 2.66 -
YUV 90.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 82 108 21 0.24 0 0.81 0.58 77.93 0.67 0.25
Hex 52 6C 15 18 0 51 3A 4E 43 19
Octal 122 154 25 30 0 121 72 116 103 31
Binary 1010010 1101100 10101 11000 0 1010001 111010 1001110 1000011 11001

Color Harmonies of #526C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C15

Black with #526C15

Text Example


Text Example

White with #526C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,108,21); }

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

background-color css

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

 a { background-color: rgb(82,108,21); }

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

border-color css

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

 span { border-color: rgb(82,108,21); }

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