Html Css Color HEX #536813 Fiji Green

📋 copy color: '#536813'

red 83 ◦ green 104 ◦ blue 19

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

Shades of Fiji Green #536813

Tints of Fiji Green #536813

RGB

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

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

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

R = 40.29%
G = 50.49%
B = 9.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#536813 (or 0x536813) is known color: Fiji Green. HEX triplet: 53, 68 and 13. RGB value is (83,104,19). Sum of RGB (Red+Green+Blue) = 83+104+19=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #536813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536813 is #AC97EC. Grayscale: #585858. Windows color (decimal): -11311085 or 1271891. OLE color: 1271891.

HSL color Cylindrical-coordinate representation of color #536813: hue angle of 74.82º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #536813 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 19 -
CMYK 0.20 0 0.82 0.59
HSL 74.82º 0.69% 0.24% -
HSV(B) 74.82º 0.82% 0.41% -
XYZ 8.64 11.79 2.44 -
YUV 88.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 83 104 19 0.20 0 0.82 0.59 74.82 0.69 0.24
Hex 53 68 13 14 0 52 3B 4B 45 18
Octal 123 150 23 24 0 122 73 113 105 30
Binary 1010011 1101000 10011 10100 0 1010010 111011 1001011 1000101 11000

Color Harmonies of #536813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536813

Black with #536813

Text Example


Text Example

White with #536813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536813; }

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

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

background-color css

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

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

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

border-color css

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

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

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