Html Css Color HEX #527C0B Fiji Green

📋 copy color: '#527C0B'

red 82 ◦ green 124 ◦ blue 11

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

Shades of Fiji Green #527C0B

Tints of Fiji Green #527C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.14%

 BLUE value IS 11 (4.69% from 255) = 5.07%

R = 37.79%
G = 57.14%
B = 5.07%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#527C0B (or 0x527C0B) is known color: Fiji Green. HEX triplet: 52, 7C and 0B. RGB value is (82,124,11). Sum of RGB (Red+Green+Blue) = 82+124+11=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #527C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C0B is #AD83F4. Grayscale: #626262. Windows color (decimal): -11371509 or 752722. OLE color: 752722.

HSL color Cylindrical-coordinate representation of color #527C0B: hue angle of 82.3º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #527C0B is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 11 -
CMYK 0.34 0 0.91 0.51
HSL 82.3º 0.84% 0.26% -
HSV(B) 82.3º 0.91% 0.49% -
XYZ 10.75 16.23 2.88 -
YUV 98.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 82 124 11 0.34 0 0.91 0.51 82.3 0.84 0.26
Hex 52 7C B 22 0 5B 33 52 54 1A
Octal 122 174 13 42 0 133 63 122 124 32
Binary 1010010 1111100 1011 100010 0 1011011 110011 1010010 1010100 11010

Color Harmonies of #527C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C0B

Black with #527C0B

Text Example


Text Example

White with #527C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C0B; }

 p { color: rgb(82,124,11); }

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

background-color css

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

 a { background-color: rgb(82,124,11); }

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

border-color css

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

 span { border-color: rgb(82,124,11); }

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