Html Css Color HEX #527010 Fiji Green

📋 copy color: '#527010'

red 82 ◦ green 112 ◦ blue 16

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

Shades of Fiji Green #527010

Tints of Fiji Green #527010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.33%

 BLUE value IS 16 (6.64% from 255) = 7.62%

R = 39.05%
G = 53.33%
B = 7.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#527010 (or 0x527010) is known color: Fiji Green. HEX triplet: 52, 70 and 10. RGB value is (82,112,16). Sum of RGB (Red+Green+Blue) = 82+112+16=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 112 (44.14% from 255 or 53.33% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 112 - color contains mainly: green. Hex color #527010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527010 is #AD8FEF. Grayscale: #5C5C5C. Windows color (decimal): -11374576 or 1077330. OLE color: 1077330.

HSL color Cylindrical-coordinate representation of color #527010: hue angle of 78.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #527010 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 16 -
CMYK 0.27 0 0.86 0.56
HSL 78.75º 0.75% 0.25% -
HSV(B) 78.75º 0.86% 0.44% -
XYZ 9.37 13.42 2.59 -
YUV 92.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 82 112 16 0.27 0 0.86 0.56 78.75 0.75 0.25
Hex 52 70 10 1B 0 56 38 4F 4B 19
Octal 122 160 20 33 0 126 70 117 113 31
Binary 1010010 1110000 10000 11011 0 1010110 111000 1001111 1001011 11001

Color Harmonies of #527010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527010

Black with #527010

Text Example


Text Example

White with #527010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527010; }

 p { color: rgb(82,112,16); }

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

background-color css

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

 a { background-color: rgb(82,112,16); }

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

border-color css

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

 span { border-color: rgb(82,112,16); }

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