Html Css Color HEX #52740F Fiji Green

📋 copy color: '#52740F'

red 82 ◦ green 116 ◦ blue 15

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

Shades of Fiji Green #52740F

Tints of Fiji Green #52740F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 38.5%
G = 54.46%
B = 7.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#52740F (or 0x52740F) is known color: Fiji Green. HEX triplet: 52, 74 and 0F. RGB value is (82,116,15). Sum of RGB (Red+Green+Blue) = 82+116+15=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #52740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52740F is #AD8BF0. Grayscale: #5E5E5E. Windows color (decimal): -11373553 or 1012818. OLE color: 1012818.

HSL color Cylindrical-coordinate representation of color #52740F: hue angle of 80.2º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52740F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 15 -
CMYK 0.29 0 0.87 0.55
HSL 80.2º 0.77% 0.26% -
HSV(B) 80.2º 0.87% 0.45% -
XYZ 9.81 14.32 2.7 -
YUV 94.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 82 116 15 0.29 0 0.87 0.55 80.2 0.77 0.26
Hex 52 74 F 1D 0 57 37 50 4D 1A
Octal 122 164 17 35 0 127 67 120 115 32
Binary 1010010 1110100 1111 11101 0 1010111 110111 1010000 1001101 11010

Color Harmonies of #52740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52740F

Black with #52740F

Text Example


Text Example

White with #52740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52740F; }

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

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

background-color css

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

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

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

border-color css

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

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

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