Html Css Color HEX #53780A Fiji Green

📋 copy color: '#53780A'

red 83 ◦ green 120 ◦ blue 10

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

Shades of Fiji Green #53780A

Tints of Fiji Green #53780A

RGB

 RED value IS 83 (32.81% from 255) = 38.97%

 GREEN value IS 120 (47.27% from 255) = 56.34%

 BLUE value IS 10 (4.3% from 255) = 4.69%

R = 38.97%
G = 56.34%
B = 4.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#53780A (or 0x53780A) is known color: Fiji Green. HEX triplet: 53, 78 and 0A. RGB value is (83,120,10). Sum of RGB (Red+Green+Blue) = 83+120+10=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #53780A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53780A is #AC87F5. Grayscale: #606060. Windows color (decimal): -11306998 or 686163. OLE color: 686163.

HSL color Cylindrical-coordinate representation of color #53780A: hue angle of 80.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53780A is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 10 -
CMYK 0.31 0 0.92 0.53
HSL 80.18º 0.85% 0.25% -
HSV(B) 80.18º 0.92% 0.47% -
XYZ 10.34 15.29 2.69 -
YUV 96.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 83 120 10 0.31 0 0.92 0.53 80.18 0.85 0.25
Hex 53 78 A 1F 0 5C 35 50 55 19
Octal 123 170 12 37 0 134 65 120 125 31
Binary 1010011 1111000 1010 11111 0 1011100 110101 1010000 1010101 11001

Color Harmonies of #53780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53780A

Black with #53780A

Text Example


Text Example

White with #53780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53780A; }

 p { color: rgb(83,120,10); }

 H1.HeaderClassName
 {
   color: #53780A;
 }
 .AnyTagClassName
 {
   color: #53780A;
 }
</style>

background-color css

<style>
 a { background-color: #53780A; }

 a { background-color: rgb(83,120,10); }

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

border-color css

<style>
 span { border-color: #53780A; }

 span { border-color: rgb(83,120,10); }

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