Html Css Color HEX #52750F Fiji Green

📋 copy color: '#52750F'

red 82 ◦ green 117 ◦ blue 15

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

Shades of Fiji Green #52750F

Tints of Fiji Green #52750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.67%

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

R = 38.32%
G = 54.67%
B = 7.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#52750F (or 0x52750F) is known color: Fiji Green. HEX triplet: 52, 75 and 0F. RGB value is (82,117,15). Sum of RGB (Red+Green+Blue) = 82+117+15=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #52750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52750F is #AD8AF0. Grayscale: #5F5F5F. Windows color (decimal): -11373297 or 1013074. OLE color: 1013074.

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

Color convert

RGB 82 117 15 -
CMYK 0.30 0 0.87 0.54
HSL 80.59º 0.77% 0.26% -
HSV(B) 80.59º 0.87% 0.46% -
XYZ 9.93 14.55 2.74 -
YUV 94.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 82 117 15 0.30 0 0.87 0.54 80.59 0.77 0.26
Hex 52 75 F 1E 0 57 36 51 4D 1A
Octal 122 165 17 36 0 127 66 121 115 32
Binary 1010010 1110101 1111 11110 0 1010111 110110 1010001 1001101 11010

Color Harmonies of #52750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52750F

Black with #52750F

Text Example


Text Example

White with #52750F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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