Html Css Color HEX #527101 Fiji Green

📋 copy color: '#527101'

red 82 ◦ green 113 ◦ blue 1

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

Shades of Fiji Green #527101

Tints of Fiji Green #527101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.65%

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

R = 41.84%
G = 57.65%
B = 0.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#527101 (or 0x527101) is known color: Fiji Green. HEX triplet: 52, 71 and 01. RGB value is (82,113,1). Sum of RGB (Red+Green+Blue) = 82+113+1=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #527101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527101 is #AD8EFE. Grayscale: #5B5B5B. Windows color (decimal): -11374335 or 94546. OLE color: 94546.

HSL color Cylindrical-coordinate representation of color #527101: hue angle of 76.61º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #527101 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 1 -
CMYK 0.27 0 0.99 0.56
HSL 76.61º 0.98% 0.22% -
HSV(B) 76.61º 0.99% 0.44% -
XYZ 9.39 13.61 2.16 -
YUV 90.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 82 113 1 0.27 0 0.99 0.56 76.61 0.98 0.22
Hex 52 71 1 1B 0 63 38 4D 62 16
Octal 122 161 1 33 0 143 70 115 142 26
Binary 1010010 1110001 1 11011 0 1100011 111000 1001101 1100010 10110

Color Harmonies of #527101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527101

Black with #527101

Text Example


Text Example

White with #527101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527101; }

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

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

background-color css

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

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

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

border-color css

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

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

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