Html Css Color HEX #527B02 Fiji Green

📋 copy color: '#527B02'

red 82 ◦ green 123 ◦ blue 2

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

Shades of Fiji Green #527B02

Tints of Fiji Green #527B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.42%

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

R = 39.61%
G = 59.42%
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

#527B02 (or 0x527B02) is known color: Fiji Green. HEX triplet: 52, 7B and 02. RGB value is (82,123,2). Sum of RGB (Red+Green+Blue) = 82+123+2=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #527B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B02 is #AD84FD. Grayscale: #616161. Windows color (decimal): -11371774 or 162642. OLE color: 162642.

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

Color convert

RGB 82 123 2 -
CMYK 0.33 0 0.98 0.52
HSL 80.33º 0.97% 0.25% -
HSV(B) 80.33º 0.98% 0.48% -
XYZ 10.57 15.96 2.58 -
YUV 96.95 74.42 117.34 -
System Red Green Blue C M Y K H S L
Decimal 82 123 2 0.33 0 0.98 0.52 80.33 0.97 0.25
Hex 52 7B 2 21 0 62 34 50 61 19
Octal 122 173 2 41 0 142 64 120 141 31
Binary 1010010 1111011 10 100001 0 1100010 110100 1010000 1100001 11001

Color Harmonies of #527B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B02

Black with #527B02

Text Example


Text Example

White with #527B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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