Html Css Color HEX #527B05 Fiji Green

📋 copy color: '#527B05'

red 82 ◦ green 123 ◦ blue 5

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

Shades of Fiji Green #527B05

Tints of Fiji Green #527B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 39.05%
G = 58.57%
B = 2.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#527B05 (or 0x527B05) is known color: Fiji Green. HEX triplet: 52, 7B and 05. RGB value is (82,123,5). Sum of RGB (Red+Green+Blue) = 82+123+5=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #527B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B05 is #AD84FA. Grayscale: #616161. Windows color (decimal): -11371771 or 359250. OLE color: 359250.

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

Color convert

RGB 82 123 5 -
CMYK 0.33 0 0.96 0.52
HSL 80.85º 0.92% 0.25% -
HSV(B) 80.85º 0.96% 0.48% -
XYZ 10.59 15.97 2.67 -
YUV 97.29 75.92 117.09 -
System Red Green Blue C M Y K H S L
Decimal 82 123 5 0.33 0 0.96 0.52 80.85 0.92 0.25
Hex 52 7B 5 21 0 60 34 51 5C 19
Octal 122 173 5 41 0 140 64 121 134 31
Binary 1010010 1111011 101 100001 0 1100000 110100 1010001 1011100 11001

Color Harmonies of #527B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B05

Black with #527B05

Text Example


Text Example

White with #527B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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