Html Css Color HEX #52790B Fiji Green

📋 copy color: '#52790B'

red 82 ◦ green 121 ◦ blue 11

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

Shades of Fiji Green #52790B

Tints of Fiji Green #52790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.54%

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

R = 38.32%
G = 56.54%
B = 5.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#52790B (or 0x52790B) is known color: Fiji Green. HEX triplet: 52, 79 and 0B. RGB value is (82,121,11). Sum of RGB (Red+Green+Blue) = 82+121+11=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 121 (47.66% from 255 or 56.54% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 121 - color contains mainly: green. Hex color #52790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52790B is #AD86F4. Grayscale: #616161. Windows color (decimal): -11372277 or 751954. OLE color: 751954.

HSL color Cylindrical-coordinate representation of color #52790B: hue angle of 81.27º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52790B is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 11 -
CMYK 0.32 0 0.91 0.53
HSL 81.27º 0.83% 0.26% -
HSV(B) 81.27º 0.91% 0.47% -
XYZ 10.38 15.49 2.76 -
YUV 96.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 82 121 11 0.32 0 0.91 0.53 81.27 0.83 0.26
Hex 52 79 B 20 0 5B 35 51 53 1A
Octal 122 171 13 40 0 133 65 121 123 32
Binary 1010010 1111001 1011 100000 0 1011011 110101 1010001 1010011 11010

Color Harmonies of #52790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52790B

Black with #52790B

Text Example


Text Example

White with #52790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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