Html Css Color HEX #536E16 Fiji Green

📋 copy color: '#536E16'

red 83 ◦ green 110 ◦ blue 22

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

Shades of Fiji Green #536E16

Tints of Fiji Green #536E16

RGB

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

 GREEN value IS 110 (43.36% from 255) = 51.16%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 38.6%
G = 51.16%
B = 10.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.8

 K value IS 0.57

RGB Variations

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

Color information

#536E16 (or 0x536E16) is known color: Fiji Green. HEX triplet: 53, 6E and 16. RGB value is (83,110,22). Sum of RGB (Red+Green+Blue) = 83+110+22=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #536E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536E16 is #AC91E9. Grayscale: #5C5C5C. Windows color (decimal): -11309546 or 1470035. OLE color: 1470035.

HSL color Cylindrical-coordinate representation of color #536E16: hue angle of 78.41º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #536E16 is Cyan = 0.25, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 110 22 -
CMYK 0.25 0 0.8 0.57
HSL 78.41º 0.67% 0.26% -
HSV(B) 78.41º 0.8% 0.43% -
XYZ 9.29 13.05 2.79 -
YUV 91.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 83 110 22 0.25 0 0.8 0.57 78.41 0.67 0.26
Hex 53 6E 16 19 0 50 39 4E 43 1A
Octal 123 156 26 31 0 120 71 116 103 32
Binary 1010011 1101110 10110 11001 0 1010000 111001 1001110 1000011 11010

Color Harmonies of #536E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E16

Black with #536E16

Text Example


Text Example

White with #536E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536E16; }

 p { color: rgb(83,110,22); }

 H1.HeaderClassName
 {
   color: #536E16;
 }
 .AnyTagClassName
 {
   color: #536E16;
 }
</style>

background-color css

<style>
 a { background-color: #536E16; }

 a { background-color: rgb(83,110,22); }

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

border-color css

<style>
 span { border-color: #536E16; }

 span { border-color: rgb(83,110,22); }

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