Html Css Color HEX #53760E Fiji Green

📋 copy color: '#53760E'

red 83 ◦ green 118 ◦ blue 14

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

Shades of Fiji Green #53760E

Tints of Fiji Green #53760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.88%

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 38.6%
G = 54.88%
B = 6.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#53760E (or 0x53760E) is known color: Fiji Green. HEX triplet: 53, 76 and 0E. RGB value is (83,118,14). Sum of RGB (Red+Green+Blue) = 83+118+14=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #53760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53760E is #AC89F1. Grayscale: #606060. Windows color (decimal): -11307506 or 947795. OLE color: 947795.

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

Color convert

RGB 83 118 14 -
CMYK 0.30 0 0.88 0.54
HSL 80.19º 0.79% 0.26% -
HSV(B) 80.19º 0.88% 0.46% -
XYZ 10.12 14.83 2.74 -
YUV 95.68 81.9 118.96 -
System Red Green Blue C M Y K H S L
Decimal 83 118 14 0.30 0 0.88 0.54 80.19 0.79 0.26
Hex 53 76 E 1E 0 58 36 50 4F 1A
Octal 123 166 16 36 0 130 66 120 117 32
Binary 1010011 1110110 1110 11110 0 1011000 110110 1010000 1001111 11010

Color Harmonies of #53760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53760E

Black with #53760E

Text Example


Text Example

White with #53760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53760E; }

 p { color: rgb(83,118,14); }

 H1.HeaderClassName
 {
   color: #53760E;
 }
 .AnyTagClassName
 {
   color: #53760E;
 }
</style>

background-color css

<style>
 a { background-color: #53760E; }

 a { background-color: rgb(83,118,14); }

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

border-color css

<style>
 span { border-color: #53760E; }

 span { border-color: rgb(83,118,14); }

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