Html Css Color HEX #52700C Fiji Green

📋 copy color: '#52700C'

red 82 ◦ green 112 ◦ blue 12

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

Shades of Fiji Green #52700C

Tints of Fiji Green #52700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 39.81%
G = 54.37%
B = 5.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#52700C (or 0x52700C) is known color: Fiji Green. HEX triplet: 52, 70 and 0C. RGB value is (82,112,12). Sum of RGB (Red+Green+Blue) = 82+112+12=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #52700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700C is #AD8FF3. Grayscale: #5B5B5B. Windows color (decimal): -11374580 or 815186. OLE color: 815186.

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

Color convert

RGB 82 112 12 -
CMYK 0.27 0 0.89 0.56
HSL 78º 0.81% 0.24% -
HSV(B) 78º 0.89% 0.44% -
XYZ 9.34 13.41 2.44 -
YUV 91.63 83.06 121.13 -
System Red Green Blue C M Y K H S L
Decimal 82 112 12 0.27 0 0.89 0.56 78 0.81 0.24
Hex 52 70 C 1B 0 59 38 4E 51 18
Octal 122 160 14 33 0 131 70 116 121 30
Binary 1010010 1110000 1100 11011 0 1011001 111000 1001110 1010001 11000

Color Harmonies of #52700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52700C

Black with #52700C

Text Example


Text Example

White with #52700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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