Html Css Color HEX #527002 Fiji Green

📋 copy color: '#527002'

red 82 ◦ green 112 ◦ blue 2

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

Shades of Fiji Green #527002

Tints of Fiji Green #527002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.14%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 41.84%
G = 57.14%
B = 1.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#527002 (or 0x527002) is known color: Fiji Green. HEX triplet: 52, 70 and 02. RGB value is (82,112,2). Sum of RGB (Red+Green+Blue) = 82+112+2=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #527002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527002 is #AD8FFD. Grayscale: #5A5A5A. Windows color (decimal): -11374590 or 159826. OLE color: 159826.

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

Color convert

RGB 82 112 2 -
CMYK 0.27 0 0.98 0.56
HSL 76.36º 0.96% 0.22% -
HSV(B) 76.36º 0.98% 0.44% -
XYZ 9.28 13.39 2.15 -
YUV 90.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 82 112 2 0.27 0 0.98 0.56 76.36 0.96 0.22
Hex 52 70 2 1B 0 62 38 4C 60 16
Octal 122 160 2 33 0 142 70 114 140 26
Binary 1010010 1110000 10 11011 0 1100010 111000 1001100 1100000 10110

Color Harmonies of #527002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527002

Black with #527002

Text Example


Text Example

White with #527002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527002; }

 p { color: rgb(82,112,2); }

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

background-color css

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

 a { background-color: rgb(82,112,2); }

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

border-color css

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

 span { border-color: rgb(82,112,2); }

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