Html Css Color HEX #52700A Fiji Green

📋 copy color: '#52700A'

red 82 ◦ green 112 ◦ blue 10

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

Shades of Fiji Green #52700A

Tints of Fiji Green #52700A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.9%

R = 40.2%
G = 54.9%
B = 4.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#52700A (or 0x52700A) is known color: Fiji Green. HEX triplet: 52, 70 and 0A. RGB value is (82,112,10). Sum of RGB (Red+Green+Blue) = 82+112+10=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #52700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700A is #AD8FF5. Grayscale: #5B5B5B. Windows color (decimal): -11374582 or 684114. OLE color: 684114.

HSL color Cylindrical-coordinate representation of color #52700A: hue angle of 77.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52700A is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 10 -
CMYK 0.27 0 0.91 0.56
HSL 77.65º 0.84% 0.24% -
HSV(B) 77.65º 0.91% 0.44% -
XYZ 9.33 13.4 2.38 -
YUV 91.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 82 112 10 0.27 0 0.91 0.56 77.65 0.84 0.24
Hex 52 70 A 1B 0 5B 38 4E 54 18
Octal 122 160 12 33 0 133 70 116 124 30
Binary 1010010 1110000 1010 11011 0 1011011 111000 1001110 1010100 11000

Color Harmonies of #52700A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52700A

Black with #52700A

Text Example


Text Example

White with #52700A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52700A; }

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

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

background-color css

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

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

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

border-color css

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

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

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