Html Css Color HEX #526C14 Fiji Green

📋 copy color: '#526C14'

red 82 ◦ green 108 ◦ blue 20

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

Shades of Fiji Green #526C14

Tints of Fiji Green #526C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 39.05%
G = 51.43%
B = 9.52%

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

#526C14 (or 0x526C14) is known color: Fiji Green. HEX triplet: 52, 6C and 14. RGB value is (82,108,20). Sum of RGB (Red+Green+Blue) = 82+108+20=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #526C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C14 is #AD93EB. Grayscale: #5A5A5A. Windows color (decimal): -11375596 or 1338450. OLE color: 1338450.

HSL color Cylindrical-coordinate representation of color #526C14: hue angle of 77.73º degrees, saturation: 0.69, 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 #526C14 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 20 -
CMYK 0.24 0 0.81 0.58
HSL 77.73º 0.69% 0.25% -
HSV(B) 77.73º 0.81% 0.42% -
XYZ 8.97 12.57 2.62 -
YUV 90.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 82 108 20 0.24 0 0.81 0.58 77.73 0.69 0.25
Hex 52 6C 14 18 0 51 3A 4E 45 19
Octal 122 154 24 30 0 121 72 116 105 31
Binary 1010010 1101100 10100 11000 0 1010001 111010 1001110 1000101 11001

Color Harmonies of #526C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C14

Black with #526C14

Text Example


Text Example

White with #526C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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