Html Css Color HEX #536F00 Fiji Green

📋 copy color: '#536F00'

red 83 ◦ green 111 ◦ blue 0

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

Shades of Fiji Green #536F00

Tints of Fiji Green #536F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.22%

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

R = 42.78%
G = 57.22%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#536F00 (or 0x536F00) is known color: Fiji Green. HEX triplet: 53, 6F and 00. RGB value is (83,111,0). Sum of RGB (Red+Green+Blue) = 83+111+0=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #536F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536F00 is #AC90FF. Grayscale: #5A5A5A. Windows color (decimal): -11309312 or 28499. OLE color: 28499.

HSL color Cylindrical-coordinate representation of color #536F00: hue angle of 75.14º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #536F00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 0 -
CMYK 0.25 0 1 0.56
HSL 75.14º 1% 0.22% -
HSV(B) 75.14º 1% 0.44% -
XYZ 9.25 13.21 2.06 -
YUV 89.97 77.22 123.03 -
System Red Green Blue C M Y K H S L
Decimal 83 111 0 0.25 0 1 0.56 75.14 1 0.22
Hex 53 6F 0 19 0 64 38 4B 64 16
Octal 123 157 0 31 0 144 70 113 144 26
Binary 1010011 1101111 0 11001 0 1100100 111000 1001011 1100100 10110

Color Harmonies of #536F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F00

Black with #536F00

Text Example


Text Example

White with #536F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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