Html Css Color HEX #52700D Fiji Green

📋 copy color: '#52700D'

red 82 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #52700D

Tints of Fiji Green #52700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 39.61%
G = 54.11%
B = 6.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#52700D (or 0x52700D) is known color: Fiji Green. HEX triplet: 52, 70 and 0D. RGB value is (82,112,13). Sum of RGB (Red+Green+Blue) = 82+112+13=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #52700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52700D is #AD8FF2. Grayscale: #5C5C5C. Windows color (decimal): -11374579 or 880722. OLE color: 880722.

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

Color convert

RGB 82 112 13 -
CMYK 0.27 0 0.88 0.56
HSL 78.18º 0.79% 0.25% -
HSV(B) 78.18º 0.88% 0.44% -
XYZ 9.35 13.41 2.48 -
YUV 91.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 82 112 13 0.27 0 0.88 0.56 78.18 0.79 0.25
Hex 52 70 D 1B 0 58 38 4E 4F 19
Octal 122 160 15 33 0 130 70 116 117 31
Binary 1010010 1110000 1101 11011 0 1011000 111000 1001110 1001111 11001

Color Harmonies of #52700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52700D

Black with #52700D

Text Example


Text Example

White with #52700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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