Html Css Color HEX #527A02 Fiji Green

📋 copy color: '#527A02'

red 82 ◦ green 122 ◦ blue 2

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

Shades of Fiji Green #527A02

Tints of Fiji Green #527A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 59.22%

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

R = 39.81%
G = 59.22%
B = 0.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#527A02 (or 0x527A02) is known color: Fiji Green. HEX triplet: 52, 7A and 02. RGB value is (82,122,2). Sum of RGB (Red+Green+Blue) = 82+122+2=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 122 (48.05% from 255 or 59.22% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 122 - color contains mainly: green. Hex color #527A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527A02 is #AD85FD. Grayscale: #606060. Windows color (decimal): -11372030 or 162386. OLE color: 162386.

HSL color Cylindrical-coordinate representation of color #527A02: hue angle of 80º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #527A02 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 2 -
CMYK 0.33 0 0.98 0.52
HSL 80º 0.97% 0.24% -
HSV(B) 80º 0.98% 0.48% -
XYZ 10.45 15.72 2.54 -
YUV 96.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 82 122 2 0.33 0 0.98 0.52 80 0.97 0.24
Hex 52 7A 2 21 0 62 34 50 61 18
Octal 122 172 2 41 0 142 64 120 141 30
Binary 1010010 1111010 10 100001 0 1100010 110100 1010000 1100001 11000

Color Harmonies of #527A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A02

Black with #527A02

Text Example


Text Example

White with #527A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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