Html Css Color HEX #536A16 Fiji Green

📋 copy color: '#536A16'

red 83 ◦ green 106 ◦ blue 22

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

Shades of Fiji Green #536A16

Tints of Fiji Green #536A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.24%

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

R = 39.34%
G = 50.24%
B = 10.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#536A16 (or 0x536A16) is known color: Fiji Green. HEX triplet: 53, 6A and 16. RGB value is (83,106,22). Sum of RGB (Red+Green+Blue) = 83+106+22=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #536A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536A16 is #AC95E9. Grayscale: #595959. Windows color (decimal): -11310570 or 1469011. OLE color: 1469011.

HSL color Cylindrical-coordinate representation of color #536A16: hue angle of 76.43º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #536A16 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 106 22 -
CMYK 0.22 0 0.79 0.58
HSL 76.43º 0.66% 0.25% -
HSV(B) 76.43º 0.79% 0.42% -
XYZ 8.87 12.21 2.65 -
YUV 89.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 83 106 22 0.22 0 0.79 0.58 76.43 0.66 0.25
Hex 53 6A 16 16 0 4F 3A 4C 42 19
Octal 123 152 26 26 0 117 72 114 102 31
Binary 1010011 1101010 10110 10110 0 1001111 111010 1001100 1000010 11001

Color Harmonies of #536A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A16

Black with #536A16

Text Example


Text Example

White with #536A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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