Html Css Color HEX #527113 Fiji Green

📋 copy color: '#527113'

red 82 ◦ green 113 ◦ blue 19

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

Shades of Fiji Green #527113

Tints of Fiji Green #527113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.8%

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 38.32%
G = 52.8%
B = 8.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#527113 (or 0x527113) is known color: Fiji Green. HEX triplet: 52, 71 and 13. RGB value is (82,113,19). Sum of RGB (Red+Green+Blue) = 82+113+19=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #527113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527113 is #AD8EEC. Grayscale: #5D5D5D. Windows color (decimal): -11374317 or 1274194. OLE color: 1274194.

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

Color convert

RGB 82 113 19 -
CMYK 0.27 0 0.83 0.56
HSL 79.79º 0.71% 0.26% -
HSV(B) 79.79º 0.83% 0.44% -
XYZ 9.5 13.65 2.75 -
YUV 93.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 82 113 19 0.27 0 0.83 0.56 79.79 0.71 0.26
Hex 52 71 13 1B 0 53 38 50 47 1A
Octal 122 161 23 33 0 123 70 120 107 32
Binary 1010010 1110001 10011 11011 0 1010011 111000 1010000 1000111 11010

Color Harmonies of #527113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527113

Black with #527113

Text Example


Text Example

White with #527113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527113; }

 p { color: rgb(82,113,19); }

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

background-color css

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

 a { background-color: rgb(82,113,19); }

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

border-color css

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

 span { border-color: rgb(82,113,19); }

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