Html Css Color HEX #53681A Fiji Green

📋 copy color: '#53681A'

red 83 ◦ green 104 ◦ blue 26

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

Shades of Fiji Green #53681A

Tints of Fiji Green #53681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.83%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 38.97%
G = 48.83%
B = 12.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#53681A (or 0x53681A) is known color: Fiji Green. HEX triplet: 53, 68 and 1A. RGB value is (83,104,26). Sum of RGB (Red+Green+Blue) = 83+104+26=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #53681A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53681A is #AC97E5. Grayscale: #595959. Windows color (decimal): -11311078 or 1730643. OLE color: 1730643.

HSL color Cylindrical-coordinate representation of color #53681A: hue angle of 76.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53681A is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 26 -
CMYK 0.20 0 0.75 0.59
HSL 76.15º 0.6% 0.25% -
HSV(B) 76.15º 0.75% 0.41% -
XYZ 8.7 11.81 2.8 -
YUV 88.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 83 104 26 0.20 0 0.75 0.59 76.15 0.6 0.25
Hex 53 68 1A 14 0 4B 3B 4C 3C 19
Octal 123 150 32 24 0 113 73 114 74 31
Binary 1010011 1101000 11010 10100 0 1001011 111011 1001100 111100 11001

Color Harmonies of #53681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53681A

Black with #53681A

Text Example


Text Example

White with #53681A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,104,26); }

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

background-color css

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

 a { background-color: rgb(83,104,26); }

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

border-color css

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

 span { border-color: rgb(83,104,26); }

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