Html Css Color HEX #526911 Fiji Green

📋 copy color: '#526911'

red 82 ◦ green 105 ◦ blue 17

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

Shades of Fiji Green #526911

Tints of Fiji Green #526911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 51.47%

 BLUE value IS 17 (7.03% from 255) = 8.33%

R = 40.2%
G = 51.47%
B = 8.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#526911 (or 0x526911) is known color: Fiji Green. HEX triplet: 52, 69 and 11. RGB value is (82,105,17). Sum of RGB (Red+Green+Blue) = 82+105+17=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #526911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526911 is #AD96EE. Grayscale: #585858. Windows color (decimal): -11376367 or 1141074. OLE color: 1141074.

HSL color Cylindrical-coordinate representation of color #526911: hue angle of 75.68º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #526911 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 17 -
CMYK 0.22 0 0.84 0.59
HSL 75.68º 0.72% 0.24% -
HSV(B) 75.68º 0.84% 0.41% -
XYZ 8.63 11.94 2.38 -
YUV 88.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 82 105 17 0.22 0 0.84 0.59 75.68 0.72 0.24
Hex 52 69 11 16 0 54 3B 4C 48 18
Octal 122 151 21 26 0 124 73 114 110 30
Binary 1010010 1101001 10001 10110 0 1010100 111011 1001100 1001000 11000

Color Harmonies of #526911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526911

Black with #526911

Text Example


Text Example

White with #526911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526911; }

 p { color: rgb(82,105,17); }

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

background-color css

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

 a { background-color: rgb(82,105,17); }

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

border-color css

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

 span { border-color: rgb(82,105,17); }

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