Html Css Color HEX #527013 Fiji Green

📋 copy color: '#527013'

red 82 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #527013

Tints of Fiji Green #527013

RGB

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

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

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

R = 38.5%
G = 52.58%
B = 8.92%

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

#527013 (or 0x527013) is known color: Fiji Green. HEX triplet: 52, 70 and 13. RGB value is (82,112,19). Sum of RGB (Red+Green+Blue) = 82+112+19=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #527013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527013 is #AD8FEC. Grayscale: #5C5C5C. Windows color (decimal): -11374573 or 1273938. OLE color: 1273938.

HSL color Cylindrical-coordinate representation of color #527013: hue angle of 79.35º 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 #527013 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 19 -
CMYK 0.27 0 0.83 0.56
HSL 79.35º 0.71% 0.26% -
HSV(B) 79.35º 0.83% 0.44% -
XYZ 9.39 13.43 2.71 -
YUV 92.43 86.56 120.56 -
System Red Green Blue C M Y K H S L
Decimal 82 112 19 0.27 0 0.83 0.56 79.35 0.71 0.26
Hex 52 70 13 1B 0 53 38 4F 47 1A
Octal 122 160 23 33 0 123 70 117 107 32
Binary 1010010 1110000 10011 11011 0 1010011 111000 1001111 1000111 11010

Color Harmonies of #527013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527013

Black with #527013

Text Example


Text Example

White with #527013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527013; }

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

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

background-color css

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

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

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

border-color css

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

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

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