Html Css Color HEX #536E13 Fiji Green

📋 copy color: '#536E13'

red 83 ◦ green 110 ◦ blue 19

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

Shades of Fiji Green #536E13

Tints of Fiji Green #536E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 39.15%
G = 51.89%
B = 8.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#536E13 (or 0x536E13) is known color: Fiji Green. HEX triplet: 53, 6E and 13. RGB value is (83,110,19). Sum of RGB (Red+Green+Blue) = 83+110+19=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #536E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536E13 is #AC91EC. Grayscale: #5B5B5B. Windows color (decimal): -11309549 or 1273427. OLE color: 1273427.

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

Color convert

RGB 83 110 19 -
CMYK 0.25 0 0.83 0.57
HSL 77.8º 0.71% 0.25% -
HSV(B) 77.8º 0.83% 0.43% -
XYZ 9.26 13.04 2.64 -
YUV 91.55 87.05 121.9 -
System Red Green Blue C M Y K H S L
Decimal 83 110 19 0.25 0 0.83 0.57 77.8 0.71 0.25
Hex 53 6E 13 19 0 53 39 4E 47 19
Octal 123 156 23 31 0 123 71 116 107 31
Binary 1010011 1101110 10011 11001 0 1010011 111001 1001110 1000111 11001

Color Harmonies of #536E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E13

Black with #536E13

Text Example


Text Example

White with #536E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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