Html Css Color HEX #527206 Fiji Green

📋 copy color: '#527206'

red 82 ◦ green 114 ◦ blue 6

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

Shades of Fiji Green #527206

Tints of Fiji Green #527206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 40.59%
G = 56.44%
B = 2.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#527206 (or 0x527206) is known color: Fiji Green. HEX triplet: 52, 72 and 06. RGB value is (82,114,6). Sum of RGB (Red+Green+Blue) = 82+114+6=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #527206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527206 is #AD8DF9. Grayscale: #5C5C5C. Windows color (decimal): -11374074 or 422482. OLE color: 422482.

HSL color Cylindrical-coordinate representation of color #527206: hue angle of 77.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #527206 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 6 -
CMYK 0.28 0 0.95 0.55
HSL 77.78º 0.9% 0.24% -
HSV(B) 77.78º 0.95% 0.45% -
XYZ 9.53 13.84 2.34 -
YUV 92.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 82 114 6 0.28 0 0.95 0.55 77.78 0.9 0.24
Hex 52 72 6 1C 0 5F 37 4E 5A 18
Octal 122 162 6 34 0 137 67 116 132 30
Binary 1010010 1110010 110 11100 0 1011111 110111 1001110 1011010 11000

Color Harmonies of #527206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527206

Black with #527206

Text Example


Text Example

White with #527206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527206; }

 p { color: rgb(82,114,6); }

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

background-color css

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

 a { background-color: rgb(82,114,6); }

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

border-color css

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

 span { border-color: rgb(82,114,6); }

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