Html Css Color HEX #526C0D Fiji Green

📋 copy color: '#526C0D'

red 82 ◦ green 108 ◦ blue 13

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

Shades of Fiji Green #526C0D

Tints of Fiji Green #526C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 53.2%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 40.39%
G = 53.2%
B = 6.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#526C0D (or 0x526C0D) is known color: Fiji Green. HEX triplet: 52, 6C and 0D. RGB value is (82,108,13). Sum of RGB (Red+Green+Blue) = 82+108+13=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #526C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526C0D is #AD93F2. Grayscale: #595959. Windows color (decimal): -11375603 or 879698. OLE color: 879698.

HSL color Cylindrical-coordinate representation of color #526C0D: hue angle of 76.42º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #526C0D is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 13 -
CMYK 0.24 0 0.88 0.58
HSL 76.42º 0.79% 0.24% -
HSV(B) 76.42º 0.88% 0.42% -
XYZ 8.91 12.55 2.33 -
YUV 89.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 82 108 13 0.24 0 0.88 0.58 76.42 0.79 0.24
Hex 52 6C D 18 0 58 3A 4C 4F 18
Octal 122 154 15 30 0 130 72 114 117 30
Binary 1010010 1101100 1101 11000 0 1011000 111010 1001100 1001111 11000

Color Harmonies of #526C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C0D

Black with #526C0D

Text Example


Text Example

White with #526C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C0D; }

 p { color: rgb(82,108,13); }

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

background-color css

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

 a { background-color: rgb(82,108,13); }

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

border-color css

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

 span { border-color: rgb(82,108,13); }

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