Html Css Color HEX #537E01 Fiji Green

📋 copy color: '#537E01'

red 83 ◦ green 126 ◦ blue 1

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

Shades of Fiji Green #537E01

Tints of Fiji Green #537E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 60%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 39.52%
G = 60%
B = 0.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#537E01 (or 0x537E01) is known color: Fiji Green. HEX triplet: 53, 7E and 01. RGB value is (83,126,1). Sum of RGB (Red+Green+Blue) = 83+126+1=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #537E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537E01 is #AC81FE. Grayscale: #636363. Windows color (decimal): -11305471 or 97875. OLE color: 97875.

HSL color Cylindrical-coordinate representation of color #537E01: hue angle of 80.64º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #537E01 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 126 1 -
CMYK 0.34 0 0.99 0.51
HSL 80.64º 0.98% 0.25% -
HSV(B) 80.64º 0.99% 0.49% -
XYZ 11.03 16.76 2.68 -
YUV 98.89 72.75 116.66 -
System Red Green Blue C M Y K H S L
Decimal 83 126 1 0.34 0 0.99 0.51 80.64 0.98 0.25
Hex 53 7E 1 22 0 63 33 51 62 19
Octal 123 176 1 42 0 143 63 121 142 31
Binary 1010011 1111110 1 100010 0 1100011 110011 1010001 1100010 11001

Color Harmonies of #537E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537E01

Black with #537E01

Text Example


Text Example

White with #537E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537E01; }

 p { color: rgb(83,126,1); }

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

background-color css

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

 a { background-color: rgb(83,126,1); }

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

border-color css

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

 span { border-color: rgb(83,126,1); }

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