Html Css Color HEX #536D00 Fiji Green

📋 copy color: '#536D00'

red 83 ◦ green 109 ◦ blue 0

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

Shades of Fiji Green #536D00

Tints of Fiji Green #536D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.23%
G = 56.77%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#536D00 (or 0x536D00) is known color: Fiji Green. HEX triplet: 53, 6D and 00. RGB value is (83,109,0). Sum of RGB (Red+Green+Blue) = 83+109+0=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #536D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536D00 is #AC92FF. Grayscale: #595959. Windows color (decimal): -11309824 or 27987. OLE color: 27987.

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

Color convert

RGB 83 109 0 -
CMYK 0.24 0 1 0.57
HSL 74.31º 1% 0.21% -
HSV(B) 74.31º 1% 0.43% -
XYZ 9.04 12.78 1.99 -
YUV 88.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 83 109 0 0.24 0 1 0.57 74.31 1 0.21
Hex 53 6D 0 18 0 64 39 4A 64 15
Octal 123 155 0 30 0 144 71 112 144 25
Binary 1010011 1101101 0 11000 0 1100100 111001 1001010 1100100 10101

Color Harmonies of #536D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D00

Black with #536D00

Text Example


Text Example

White with #536D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,109,0); }

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

background-color css

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

 a { background-color: rgb(83,109,0); }

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

border-color css

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

 span { border-color: rgb(83,109,0); }

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