Html Css Color HEX #52720B Fiji Green

📋 copy color: '#52720B'

red 82 ◦ green 114 ◦ blue 11

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

Shades of Fiji Green #52720B

Tints of Fiji Green #52720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.07%

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 39.61%
G = 55.07%
B = 5.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#52720B (or 0x52720B) is known color: Fiji Green. HEX triplet: 52, 72 and 0B. RGB value is (82,114,11). Sum of RGB (Red+Green+Blue) = 82+114+11=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #52720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52720B is #AD8DF4. Grayscale: #5D5D5D. Windows color (decimal): -11374069 or 750162. OLE color: 750162.

HSL color Cylindrical-coordinate representation of color #52720B: hue angle of 78.64º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52720B is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 11 -
CMYK 0.28 0 0.90 0.55
HSL 78.64º 0.82% 0.25% -
HSV(B) 78.64º 0.9% 0.45% -
XYZ 9.56 13.85 2.49 -
YUV 92.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 82 114 11 0.28 0 0.90 0.55 78.64 0.82 0.25
Hex 52 72 B 1C 0 5A 37 4F 52 19
Octal 122 162 13 34 0 132 67 117 122 31
Binary 1010010 1110010 1011 11100 0 1011010 110111 1001111 1010010 11001

Color Harmonies of #52720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52720B

Black with #52720B

Text Example


Text Example

White with #52720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52720B; }

 p { color: rgb(82,114,11); }

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

background-color css

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

 a { background-color: rgb(82,114,11); }

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

border-color css

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

 span { border-color: rgb(82,114,11); }

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