Html Css Color HEX #527C01 Fiji Green

📋 copy color: '#527C01'

red 82 ◦ green 124 ◦ blue 1

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

Shades of Fiji Green #527C01

Tints of Fiji Green #527C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 39.61%
G = 59.9%
B = 0.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#527C01 (or 0x527C01) is known color: Fiji Green. HEX triplet: 52, 7C and 01. RGB value is (82,124,1). Sum of RGB (Red+Green+Blue) = 82+124+1=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #527C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C01 is #AD83FE. Grayscale: #616161. Windows color (decimal): -11371519 or 97362. OLE color: 97362.

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

Color convert

RGB 82 124 1 -
CMYK 0.34 0 0.99 0.51
HSL 80.49º 0.98% 0.25% -
HSV(B) 80.49º 0.99% 0.49% -
XYZ 10.69 16.21 2.59 -
YUV 97.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 82 124 1 0.34 0 0.99 0.51 80.49 0.98 0.25
Hex 52 7C 1 22 0 63 33 50 62 19
Octal 122 174 1 42 0 143 63 120 142 31
Binary 1010010 1111100 1 100010 0 1100011 110011 1010000 1100010 11001

Color Harmonies of #527C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C01

Black with #527C01

Text Example


Text Example

White with #527C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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