#527b0c

Color #527B0C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #527B0C

Tints of Fiji Green #527B0C

Color information

#527B0C (or 0x527B0C) is unknown color: approx Fiji Green. HEX triplet: 52, 7B and 0C. RGB value is (82,123,12). Sum of RGB (Red+Green+Blue) = 82+123+12=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #527B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B0C is #AD84F3. Grayscale: #626262. Windows color (decimal): -11371764 or 818002. OLE color: 818002.

HSL color Cylindrical-coordinate representation of color #527B0C: hue angle of 82.16º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #527B0C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB8212312-
CMYK0.3300.900.52
HSL82.16º82.22%26.47%-
HSV(B)82.16º90.24%48.24%-
XYZ10.6315.992.87-
YUV98.0979.42116.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 123 (48.44% from 255) = 56.68%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=37.79%
G=56.68%
B=5.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82123120.3300.900.5282.1682.2226.47
Hex527BC2105A3452521a
Octal122173144101326412212232
Binary101001011110111100100001010110101101001010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527b0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,123,12); }

 H1.HeaderClassName
 {
   color: #527b0c;
 }
 .AnyTagClassName
 {
   color: #527b0c;
 }
</style>
background-color css

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

 a { background-color: rgb(82,123,12); }

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

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

 span { border-color: rgb(82,123,12); }

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