Html Css Color HEX #527405 Fiji Green

📋 copy color: '#527405'

red 82 ◦ green 116 ◦ blue 5

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

Shades of Fiji Green #527405

Tints of Fiji Green #527405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

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

R = 40.39%
G = 57.14%
B = 2.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#527405 (or 0x527405) is known color: Fiji Green. HEX triplet: 52, 74 and 05. RGB value is (82,116,5). Sum of RGB (Red+Green+Blue) = 82+116+5=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #527405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527405 is #AD8BFA. Grayscale: #5D5D5D. Windows color (decimal): -11373563 or 357458. OLE color: 357458.

HSL color Cylindrical-coordinate representation of color #527405: hue angle of 78.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #527405 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 5 -
CMYK 0.29 0 0.96 0.55
HSL 78.38º 0.92% 0.24% -
HSV(B) 78.38º 0.96% 0.45% -
XYZ 9.75 14.3 2.39 -
YUV 93.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 82 116 5 0.29 0 0.96 0.55 78.38 0.92 0.24
Hex 52 74 5 1D 0 60 37 4E 5C 18
Octal 122 164 5 35 0 140 67 116 134 30
Binary 1010010 1110100 101 11101 0 1100000 110111 1001110 1011100 11000

Color Harmonies of #527405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527405

Black with #527405

Text Example


Text Example

White with #527405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527405; }

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

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

background-color css

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

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

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

border-color css

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

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

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